Skip to main content

ASPxClientAppointment.SetDuration(duration) Method

Sets the property value of the client appointment, corresponding to the Appointment.Duration appointment property.

Declaration

SetDuration(
    duration: any
): void

Parameters

Name Type Description
duration any

A TimeSpan object representing the appointment duration.

Remarks

Use the ASPxClientAppointment.GetDuration method to obtain the client-side appointment duration.

See Also