Gets or sets the default TimeSpan value which should be used as initial value for the ReminderTimeBeforeStart property. The default value is 15 minutes.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

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

Remarks

You should honor this property if you create appointments from code.

See Also