[]
Gets or sets the default TimeSpan value which should be used as initial value for the C1.Schedule.Appointment.ReminderTimeBeforeStart property.
[C1Category("Behavior")]
[C1Description("ReminderTimeBeforeStart", "The default value for the Appointment.ReminderTimeBeforeStart property.")]
public TimeSpan ReminderTimeBeforeStart { get; set; }
<C1Category("Behavior")>
<C1Description("ReminderTimeBeforeStart", "The default value for the Appointment.ReminderTimeBeforeStart property.")>
Public Property ReminderTimeBeforeStart As TimeSpan
You should honor this property if you create appointments from code.