RecurrenceRangeBaseType.StartDate Property
The StartDate property gets or sets the start date of a recurrence range.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property StartDate As DateTime
Get
Set
'Usage
Dim instance As RecurrenceRangeBaseType
Dim value As DateTime
value = instance.StartDate
instance.StartDate = value
public DateTime StartDate { get; set; }
Property Value
Type: System.DateTime
The StartDate property returns the date/time value of the recurrence range start date.