Edit

Share via


_Reminder.NextReminderDate Property

Definition

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.

Applies to