TimeScale.Ceil(DateTime) Method
In This Article
Calculates the smallest datetime value that is greater or equal to the argument and contains an integer number of specified time units.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
date | Date |
A Date |
#Returns
Type | Description |
---|---|
Date |
A Date |
See Also