Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / VisualInterval Class / StartTime Property

In This Topic
    StartTime Property (VisualInterval)
    In This Topic
    Gets a start time of a time range represented by the VisualInterval object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property StartTime As Date
    public DateTime StartTime {get;}
    See Also