OccurrenceCalculator.IsDstShifted(Int32) Method
In This Article
Gets whether the occurrence falls on the Daylight Saving Time shift.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
occurrence |
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 SchedulerStorageBase.ReminderDstBehaviorType property.
See Also