ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / Reminder Class / OriginalReminderDate Property

In This Topic
    OriginalReminderDate Property
    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 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