Skip to main content

ASPxClientRecurrenceInfo.GetDuration Method

Gets the duration of the recurrence.

#Declaration

TypeScript
GetDuration(): number

#Returns

Type Description
number

The number of ticks in a time interval that is the appointment duration.

#Remarks

The method is used in script-driven client appointment forms to update the form controls. For more information on the corresponding member of the RecurrenceInfo class, see the RecurrenceInfo.Duration article.

See Also