CalendarPeriod.Duration Property
The Duration property gets or sets the duration of this CalendarPeriod structure.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Property Duration As TimeSpan
Get
Set
'Usage
Dim instance As CalendarPeriod
Dim value As TimeSpan
value = instance.Duration
instance.Duration = value
public TimeSpan Duration { get; set; }
Property Value
Type: System.TimeSpan