Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1SchedulerSettings Class / ReminderTimeBeforeStart Property

In This Topic
    ReminderTimeBeforeStart Property (C1SchedulerSettings)
    In This Topic
    Gets or sets the default Windows.Foundation.TimeSpan value which should be used as initial value for the C1.C1Schedule.Appointment.ReminderTimeBeforeStart property. The default value is 15 minutes.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("C1Scheduler.ReminderTimeBeforeStart", "The default value for the Appointment.ReminderTimeBeforeStart property.")>
    <DefaultValueAttribute(System.TimeSpan, "0:15:00")>
    Public Property ReminderTimeBeforeStart As TimeSpan
    [C1Category("Behavior")]
    [C1Description("C1Scheduler.ReminderTimeBeforeStart", "The default value for the Appointment.ReminderTimeBeforeStart property.")]
    [DefaultValue(System.TimeSpan, "0:15:00")]
    public TimeSpan ReminderTimeBeforeStart {get; set;}
    Remarks
    You should honor this property if you create appointments from code.
    See Also