Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / CalendarInfo Class / StartDayTime Property

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