EndTime Property (RecurrencePattern)
In This Topic
Gets or sets the
System.DateTime value indicating the end time for the given occurrence of the recurrence pattern.
Syntax
'Declaration
Public Property EndTime As Date
public DateTime EndTime {get; set;}
See Also