Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / CalendarHelper Class / StartDayTime Property

In This Topic
    StartDayTime Property (CalendarHelper)
    In This Topic
    Gets or sets the System.TimeSpan value specifying the beginning of the working time.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("CalendarHelper.StartDayTime", "The start time of the working day.")>
    Public Property StartDayTime As TimeSpan
    [C1Description("CalendarHelper.StartDayTime", "The start time of the working day.")]
    public TimeSpan StartDayTime {get; set;}
    See Also