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

TcxSchedulerReminder.Snooze(TDateTime) Method

Notifies the scheduler to defer triggering a reminder at the interval specified by the ASnoozeTime parameter.

#Declaration

Delphi
procedure Snooze(ASnoozeTime: TDateTime);

#Parameters

Name Type
ASnoozeTime TDateTime

#Remarks

Use the Snooze method to defer triggering a reminder at the ASnoozeTime interval (regarding to the current time).

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