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

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