Skip to main content
A newer version of this page is available. .

ASPxClientTimeInterval.SetAllDay(allDayValue) Method

Sets a value specifying if the time interval is All-Day.

Declaration

SetAllDay(
    allDayValue: boolean
): void

Parameters

Name Type Description
allDayValue boolean

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

Remarks

An all-day time interval lasts the entire day. In this case, the values of the start and end properties are ignored.

See Also