Skip to main content

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
remindAfter number

The time interval.

See Also