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

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