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

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