ASPxSchedulerDateTimeHelper.ToDayTime(date) Method
Returns the day time part of the specified DateTime value.
Declaration
static ToDayTime(
date: Date
): any
Parameters
| Name | Type | Description |
|---|---|---|
| date | Date | A DateTime object from which to extract the day time. |
Returns
| Type | Description |
|---|---|
| any | A TimeSpan object containing the day time. |
See Also