Gets the DateTime value indicating the next time the specified reminder will occur.

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

Syntax

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

Remarks

The NextReminderDate property value changes every time the object's Snooze(TimeSpan) method is executed or when the user clicks the Snooze button.

See Also