Gets the 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 - ReminderTimeBeforeStart.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public DateTime OriginalReminderDate { get; }
Visual Basic
Public ReadOnly Property OriginalReminderDate As DateTime
	Get

Remarks

This value corresponds to the original date and time value before the Snooze(TimeSpan) method is executed or the user clicks the Snooze button.

See Also