ComponentOne Scheduler for WinForms
PatternEndDate Property

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > RecurrencePattern Class : PatternEndDate Property
Gets or sets the System.DateTime value indicating the end date of the recurrence pattern.
Syntax
'Declaration
 
Public Property PatternEndDate As System.Date
public System.DateTime PatternEndDate {get; set;}
Remarks
This property is optional but must be coordinated with other properties when setting up a recurrence pattern. If this property or the Occurrences property is set, the pattern is considered to be finite, and the NoEndDate property is false. If neither PatternEndDate nor Occurrences is set, the pattern is considered infinite and NoEndDate is true. The Interval property must be set before setting PatternEndDate.
See Also

Reference

RecurrencePattern Class
RecurrencePattern Members