Gets the TimeSpan value indicating the interval of time the reminder should occur prior to the start of the appointment.

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

Syntax

C#
public TimeSpan ReminderTimeBeforeStart { get; }
Visual Basic
Public ReadOnly Property ReminderTimeBeforeStart As TimeSpan
	Get

See Also