Scheduler for WinRT
NextReminderDate Property


Gets the System.DateTime value indicating the next time the specified reminder will occur.
Syntax
'Declaration
 
Public ReadOnly Property NextReminderDate As Date
'Usage
 
Dim instance As Reminder
Dim value As Date
 
value = instance.NextReminderDate
public DateTime NextReminderDate {get;}
Remarks
The NextReminderDate property value changes every time the object's Snooze method is executed or when the user clicks the Snooze button.
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.