The
Snooze method notifies the scheduler to defer the triggering of a reminder by the specified interval.
public void Snooze(
System.TimeSpan
)
'Declaration
Public Sub Snooze( _
ByVal As System.TimeSpan _
)
Parameters
- delay
- The System.TimeSpanvalue specifying the interval of time to wait before displaying the reminder again.