TcxSchedulerReminder.Snooze(TDateTime) Method
In This Article
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 |
---|---|
ASnooze |
TDate |
#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