Scheduler for WinRT
Snooze Method


The System.TimeSpanvalue specifying the interval of time to wait before displaying the reminder again.
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 _
) 
'Usage
 
Dim instance As Reminder
Dim delay As TimeSpan
 
instance.Snooze(delay)
public void Snooze( 
   TimeSpan delay
)

Parameters

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Reminder Class
Reminder Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.