CalendarEvent.EndTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.