Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / RecurrencePattern Class / NoEndDate Property

In This Topic
    NoEndDate Property (RecurrencePattern)
    In This Topic
    Gets or sets the System.Boolean value indicating if the recurrence pattern is endless. The default value is True.
    Syntax
    'Declaration
     
    
    Public Property NoEndDate As Boolean
    public bool NoEndDate {get; set;}
    Remarks
    This property must be coordinated with other properties when setting up a recurrence pattern. If the PatternEndDate 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.
    See Also