ComponentOne Scheduler for WPF and Silverlight
NextReminderDate Property (Reminder)

C1.C1Schedule Namespace > Reminder Class : NextReminderDate Property
Gets the System.DateTime value indicating the next time the specified reminder will occur.
Syntax
'Declaration
 
Public ReadOnly Property NextReminderDate As System.Date
public System.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.
See Also

Reference

Reminder Class
Reminder Members