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

ISchedulerStorageBase.ReminderDstBehaviorType Property

Gets or sets the reminder’s behavior if the reminder alert falls within the interval that actually doesn’t exist because of the Daylight Saving Time shift.

Namespace: DevExpress.XtraScheduler

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

Declaration

DstBehaviorType ReminderDstBehaviorType { get; set; }

Property Value

Type Description
DstBehaviorType

A DstBehaviorType enumeration value that specifies at what time the alert is triggered.

Available values:

Name Description
AlertAfterDstShift

Unlike the Alert value, the AlertAfterDstShift calculates the alert time using the reminder time before the actual start of the appointment. If the calculated alert time falls into a non-existing time interval, the alert is triggered at the end of the Daylight Saving Time shift.

Update

Triggers the reminder at the specified time before the event.

Dismiss

Dismisses the reminder.

Alert

If the appointment start time or the projected alert time falls into a non-existing time interval, the alert is triggered at the end of the Daylight Saving Time shift. Unlike the AlertAfterDstShift value, the alert time is not recalculated if the appointment start time falls in the DST shift and the alert is always triggered at the end of the DST shift.

See Also