CalendarPeriod.Start property
The Start property gets or sets the start time for this CalendarPeriod structure.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Property Start As DateTime
Get
Set
'Usage
Dim instance As CalendarPeriod
Dim value As DateTime
value = instance.Start
instance.Start = value
public DateTime Start { get; set; }
Property value
Type: System.DateTime
Remarks
When you set the value of the Start property by using an instance of the DateTime structure that does not specify DateTimeKind, the Start property assumes that the DateTime instance represents local time.