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