ReminderTimeBeforeStart Property (C1SchedulerSettings)
In This Topic
Gets or sets the default
System.TimeSpan value which should be used as initial value for the
C1.Schedule.Appointment.ReminderTimeBeforeStart property. The default value is 15 minutes.
Syntax
'Declaration
Public Property ReminderTimeBeforeStart As TimeSpan
public TimeSpan ReminderTimeBeforeStart {get; set;}
See Also