Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / SelectedDateTimeInterval Property

In This Topic
    SelectedDateTimeInterval Property (C1Scheduler)
    In This Topic
    Gets the DateTimeInterval object representing time interval which is currently selected in the control UI. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectedDateTimeInterval As DateTimeInterval
    public DateTimeInterval SelectedDateTimeInterval {get;}
    See Also