ComponentOne Scheduler for WPF and Silverlight
OriginalReminderDate Property (Reminder)

C1.C1Schedule Namespace > Reminder Class : OriginalReminderDate Property
Gets the System.DateTime value specifying the original date and time that the specified reminder is set to occur. It is calculated using the following formula: OriginalReminderDate = Start - Appointment.ReminderTimeBeforeStart.
Syntax
'Declaration
 
Public ReadOnly Property OriginalReminderDate As System.Date
public System.DateTime OriginalReminderDate {get;}
Remarks
This value corresponds to the original date and time value before the Snooze method is executed or the user clicks the Snooze button.
See Also

Reference

Reminder Class
Reminder Members