CalendarPeriod.End property

The End property gets or sets the end 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 End As DateTime
    Get
    Set
'Usage
Dim instance As CalendarPeriod
Dim value As DateTime

value = instance.End

instance.End = value
public DateTime End { get; set; }

Property value

Type: System.DateTime

Remarks

When you set the value of the End property by using an instance of the DateTime structure that does not specify DateTimeKind, the End property assumes that the DateTime instance represents local time.

See also

Reference

CalendarPeriod structure

CalendarPeriod members

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace