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