EventsCalendar for ASP.NET Web Forms
NoEndDate Property

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1EventsCalendar Namespace > RecurrencePattern Class : NoEndDate Property
Indicates if the recurrence pattern is endless. The default value is True. This field must be coordinated with other fields when setting up a recurrence pattern. If the patternEndDate field or the occurrences field is set, the pattern is considered to be finite and the "noEndDate" field is false. If neither patternEndDate nor occurrences is set, the pattern is considered infinite and "noEndDate" is true.
Syntax
'Declaration
 
Public Property NoEndDate As System.Boolean
public System.bool NoEndDate {get; set;}
See Also

Reference

RecurrencePattern Class
RecurrencePattern Members