TimeScale.Round(DateTime) Method
In This Article
Calculates the datetime value that is the nearest to the argument value 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