The Snooze(TimeSpan) method notifies the scheduler to defer the triggering
of a reminder by the specified interval.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public void Snooze( TimeSpan delay ) |
Visual Basic (Declaration) |
---|
Public Sub Snooze ( _ delay As TimeSpan _ ) |
Parameters
- delay
- Type: System..::..TimeSpan
The TimeSpanvalue specifying the interval of time to wait before displaying the reminder again.