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