CalendarViewType.EndDate Property
The EndDate property sets the end of the time span for a Calendar View.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property EndDate As DateTime
Get
Set
'Usage
Dim instance As CalendarViewType
Dim value As DateTime
value = instance.EndDate
instance.EndDate = value
public DateTime EndDate { get; set; }
Property Value
Type: System.DateTime
The EndDate property returns the DateTime object that represents the end of the Calendar View time span.
Remarks
This property is not returned in a FindItem response.
See Also