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