ASPxClientTimeInterval.GetAllDay Method
In This Article
Gets a value indicating if the time interval is All-Day.
#Declaration
TypeScript
GetAllDay(): boolean
#Returns
Type | Description |
---|---|
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