Skip to main content

ASPxClientAppointment.SetAllDay(allDay) Method

Set the property value of the client appointment corresponding to the Appointment.AllDay appointment property.

#Declaration

TypeScript
SetAllDay(
    allDay: boolean
): void

#Parameters

Name Type Description
allDay boolean

true to indicate the all-day appointment; otherwise, false.

#Remarks

Use the ASPxClientAppointment.GetAllDay method to get the property value.

See Also