Skip to main content

constructor Constructor

In This Article

Initializes a new instance of the ASPxClientRecurrenceInfo class with default settings.

#Declaration

TypeScript
constructor()

#Remarks

In this case, the ASPxClientRecurrenceInfo.GetOccurrenceCount property will return 1, and the ASPxClientRecurrenceInfo.GetMonth and the ASPxClientRecurrenceInfo.GetDayNumber properties return 1. The default recurrence range is infinite, and the default recurrence type is daily.

See Also