CalendarEvent.StartTime Property

The StartTime property gets or sets the start time of a calendar event.

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

Syntax

'Declaration
Public Property StartTime As DateTime
    Get
    Set
'Usage
Dim instance As CalendarEvent
Dim value As DateTime

value = instance.StartTime

instance.StartTime = value
public DateTime StartTime { get; set; }

Property Value

Type: System.DateTime
The StartTime property returns a date/time value for the start time of the calendar event.