Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / Reminder Class / OriginalReminderDate Property

In This Topic
    OriginalReminderDate Property (Reminder)
    In This Topic
    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 Date
    public 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