ASPxClientTimeInterval.SetAllDay(allDayValue) Method
In This Article
Sets a value specifying if the time interval is All-Day.
#Declaration
TypeScript
SetAllDay(
allDayValue: boolean
): void
#Parameters
Name | Type | Description |
---|---|---|
all |
boolean |
|
#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