Skip to main content

OccurrenceCalculator.IsDstShifted(Int32) Method

Checks whether the occurrence with the specified index falls on the Daylight Saving Time shift.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public abstract bool IsDstShifted(
    int occurrenceIndex
)

Parameters

Name Type Description
occurrenceIndex Int32

The occurrence index in the recurrent series.

Returns

Type Description
Boolean

true, if the specified appointment occurrence is in the DST shift; otherwise, false.

See Also