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

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

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