Share via


CalendarEvent.EndTime Property

The EndTime property gets or sets the end time of a calendar event.

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

Syntax

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

value = instance.EndTime

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

Property Value

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