TcxSchedulerReminder.Snooze(TDateTime) Method
Notifies the scheduler to defer triggering a reminder at the interval specified by the ASnoozeTime parameter.
Declaration
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