Skip to main content

OccurrenceCalculator.CalcOccurrenceStartTime(Int32) Method

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.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public abstract DateTime CalcOccurrenceStartTime(
    int index
)

Parameters

Name Type Description
index Int32

An integer, which is the index of the occurrence within the calculator’s time interval.

Returns

Type Description
DateTime

A DateTime object, representing the beginning of a time frame enclosing the occurrence.

Remarks

This method should be overridden in descendants of the OccurrenceCalculator class.

See Also