Skip to main content

ASPxClientReminder.Snooze(remindAfter) Method

Delays the reminder’s alert until the alert time has increased by the specified interval.

Declaration

Snooze(
    remindAfter: number
): void

Parameters

Name Type Description
remindAfter number

The time interval.

See Also