TimeScaleWeek.Floor(DateTime) Method
In This Article
Calculates the largest datetime value that is less or equal to the argument and represents an integer number of weeks.
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 |
#Remarks
The method considers the TimeScaleWeek.FirstDayOfWeek property value in calculation.
See Also