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

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
[DefaultValueAttribute(typeof(TimeSpan), "0:15:00")]
public TimeSpan ReminderTimeBeforeStart { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(GetType(TimeSpan), "0:15:00")> _
Public Property ReminderTimeBeforeStart As TimeSpan
	Get
	Set

Remarks

The default value for this property is 00:15:00.

See Also