Skip to main content

OccurrenceCalculator.IsDstShifted(Int32) Method

Gets whether the occurrence falls on the Daylight Saving Time shift.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public abstract bool IsDstShifted(
    int occurrenceIndex
)

Parameters

Name Type Description
occurrenceIndex Int32

An integer that is the occurrence index in the recurrent series.

Returns

Type Description
Boolean

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

Remarks

The reminder engine uses the IsDstShifted method to determine whether it should change the reminder alert as specified by the Reminder.DstBehavior property.

See Also