Gets or sets the Boolean value indicating if the recurrence pattern is endless.

Namespace:  C1.Web.UI.Controls.C1Schedule
Assembly:  C1ScheduleClient (in C1ScheduleClient.dll)

Syntax

JavaScript
function get_noEndDate();
function set_noEndDate(value);

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