CalendarEvent.EndTime Property

Definition

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

public:
 property DateTime EndTime { DateTime get(); void set(DateTime value); };
public DateTime EndTime { get; set; }
Public Property EndTime As DateTime

Property Value

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

Applies to