Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / IntervalAppointment Class / Interval Property

In This Topic
    Interval Property (IntervalAppointment)
    In This Topic
    Gets a VisualInterval that intersects with an Appointment.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Interval As VisualInterval
    public VisualInterval Interval {get;}
    See Also