Skip to main content
A newer version of this page is available. .

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.v19.1.Core.dll

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