Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Win.Schedule Namespace / C1ScheduleSettings Class / ReminderTimeBeforeStart Property

In This Topic
    ReminderTimeBeforeStart Property (C1ScheduleSettings)
    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.
    Syntax
    'Declaration
     
    Public Property ReminderTimeBeforeStart As System.TimeSpan
    public System.TimeSpan ReminderTimeBeforeStart {get; set;}
    Remarks
    You should honor this property if you create appointments from code.
    See Also