Scheduler for WPF | ComponentOne
C1.WPF.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
     
    
    Public Property EndDayTime As TimeSpan
    public TimeSpan EndDayTime {get; set;}
    See Also