ASPxClientReminder.Snooze(remindAfter) Method
In This Article
Delays the reminder’s alert until the alert time has increased by the specified interval.
#Declaration
TypeScript
Snooze(
remindAfter: number
): void
#Parameters
Name | Type | Description |
---|---|---|
remind |
number | The time interval. |
See Also