Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerReminders.SnoozeAll(TDateTime) Method

Notifies the scheduler to defer triggering of all the TcxSchedulerReminder reminders, which are currently stored in the TcxSchedulerReminders collection for the specified ASnoozeTime interval (regarding to the current time).

#Declaration

Delphi
procedure SnoozeAll(ASnoozeTime: TDateTime);

#Parameters

Name Type
ASnoozeTime TDateTime

#Remarks

Reminders, which are added to the TcxSchedulerReminders collection, will be then shown in the Reminders window (if the UseReminderWindow property is set to True).

Use the SnoozeAll method to defer triggering of TcxSchedulerReminder reminders, which are currently stored in the TcxSchedulerReminders collection, for the specified interval (with regards to the current time).

ASnoozeTime specifies the time interval reminders will be deferred for triggering. If ASnoozeTime is greater than 0, then the reminder alerts at the calculated lead-time. Otherwise, the reminder alerts at a user event‘s start time (see the TcxSchedulerEvent.Start property).

See Also