DstBehaviorType Enum
Lists the types of behavior that can be set to the reminder if it falls in the Daylight Saving Time shift - a non-existing time interval on the Daylight Saving Time start date, usually between 2:00:00 and 2:59:59 AM.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
#Members
Name | Description |
---|---|
Alert
|
Unlike the Alert value, the Alert |
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 Alert |
#Related API Members
The following properties accept/return DstBehaviorType values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | IScheduler |
Scheduler |
|
Win |
Scheduler |
#Remarks
To correct the reminder’s behavior if it moves to the time that actually doesn’t exist because of the Daylight Saving Time shift, use the SchedulerStorageBase.ReminderDstBehaviorType property.