_Reminder.OriginalReminderDate 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 specifies the original date and time that the specified reminder is set to occur. Read-only.
public:
property DateTime OriginalReminderDate { DateTime get(); };
public DateTime OriginalReminderDate { get; }
Public ReadOnly Property OriginalReminderDate As DateTime
Property Value
Remarks
This value corresponds to the original date and time value before the Snooze(Object) method is executed or the user clicks the Snooze button.