Skip to main content

ASPxClientAppointment.GetAllDay Method

Gets a value that specifies whether the current appointment lasts the entire day.

Declaration

GetAllDay(): boolean

Returns

Type Description
boolean

true, if this is an all-day appointment; otherwise, false.

Remarks

Use the GetAllDay method to get information whether the appointment lasts the entire day. Note that if the method returns true, the values of the Start and End properties are ignored and instead, the Start of the appointment is considered to be 00:00 of the Start day, and the End of the appointment is considered to be 00:00 of the End day.

See Also