Skip to main content
A newer version of this page is available. .

ASPxClientRecurrenceRange Properties

Contains types of the recurrence range.
Name Description
EndByDate A recurring appointment will end after the date specified by the ASPxClientRecurrenceInfo.SetEnd method.
NoEndDate A recurring appointment will not have an end date, i.e. infinite recurrence
OccurrenceCount A recurring appointment will end after its recurrence count exceeds the value specified by the ASPxClientRecurrenceInfo.SetOccurrenceCount method.
See Also