OccurrenceCalculator.CalcOccurrenceStartTime(Int32) Method
In This Article
Calculates the lowest boundary for the start time of the occurrence, with the specified index within the calculator’s chain.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer, which is the index of the occurrence within the calculator’s time interval. |
#Returns
Type | Description |
---|---|
Date |
A Date |
#Remarks
This method should be overridden in descendants of the OccurrenceCalculator class.
See Also