Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / SelectedInterval Property

In This Topic
    SelectedInterval Property (C1Schedule)
    In This Topic
    Gets the TimeInterval object representing currently selected time interval.
    Syntax
    'Declaration
     
    Public ReadOnly Property SelectedInterval As TimeInterval
    public TimeInterval SelectedInterval {get;}
    See Also