[]
The Snooze(TimeSpan) method notifies the scheduler to defer the triggering of a reminder by the specified interval.
public void Snooze(TimeSpan delay)
Type | Name | Description |
---|---|---|
TimeSpan | delay | The TimeSpanvalue specifying the interval of time to wait before displaying the reminder again. |