Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1SchedulerSettings Class / ReminderTimeBeforeStart Property

In This Topic
    ReminderTimeBeforeStart Property (C1SchedulerSettings)
    In This Topic
    Gets or sets the default System.TimeSpan value which should be used as initial value for the C1.C1Schedule.Appointment.ReminderTimeBeforeStart property. The default value is 15 minutes.
    Syntax
    'Declaration
     
    
    Public Property ReminderTimeBeforeStart As TimeSpan
    public TimeSpan ReminderTimeBeforeStart {get; set;}
    Remarks
    You should honor this property if you create appointments from code.
    See Also