CalendarItemType.OriginalStart Property
The OriginalStart property gets or sets an instance of the DateTime structure that represents the original start time of an occurrence.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property OriginalStart As DateTime
Get
Set
'Usage
Dim instance As CalendarItemType
Dim value As DateTime
value = instance.OriginalStart
instance.OriginalStart = value
public DateTime OriginalStart { get; set; }
Property Value
Type: System.DateTime
The OriginalStart property returns an instance of the DateTime structure that represents the original start time of a calendar item.
See Also