CalendarViewType.StartDate Property

The StartDate property sets the start of the time span for a Calendar View.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property StartDate As DateTime
    Get
    Set
'Usage
Dim instance As CalendarViewType
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 DateTime object that represents the start of the Calendar View time span.