Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / Reminder Class / Snooze Method
The System.TimeSpanvalue specifying the interval of time to wait before displaying the reminder again.

In This Topic
    Snooze Method
    In This Topic
    The Snooze method notifies the scheduler to defer the triggering of a reminder by the specified interval.
    Syntax
    'Declaration
     
    
    Public Sub Snooze( _
       ByVal delay As TimeSpan _
    ) 
    public void Snooze( 
       TimeSpan delay
    )

    Parameters

    delay
    The System.TimeSpanvalue specifying the interval of time to wait before displaying the reminder again.
    See Also