_Reminder.NextReminderDate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Date that indicates the next time the specified reminder will occur. Read-only.
public:
property DateTime NextReminderDate { DateTime get(); };
public DateTime NextReminderDate { get; }
Public ReadOnly Property NextReminderDate As DateTime
Property Value
Remarks
The NextReminderDate property value changes every time the object's Snooze(Object) method is executed or when the user clicks the Snooze button.