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 occurrence chain.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public abstract DateTime CalcOccurrenceStartTime(
    int index
)

Parameters

Name Type Description
index Int32

The occurrence index.

Returns

Type Description
DateTime

The start of a time frame that encloses the occurrence.

See Also