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

See also

Reference

CalendarPeriod structure

CalendarPeriod members

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace