Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / VisualInterval Class
Fields Properties Methods Events


In This Topic
    VisualInterval Class Members
    In This Topic

    The following tables list the members exposed by VisualInterval.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new VisualInterval object for the specified C1Scheduler that represents the specified time range.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Identifies the IsSelected dependency property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a collection of IntervalAppointment objects representing appointments whose time range is intersected with the time range of this VisualInterval.  
    Public PropertyGets a CultureInfo.  
    Public Property (Inherited from Windows.UI.Xaml.DependencyObject)
    Public PropertyGets an end time of a time range represented by the VisualInterval object.  
    Public PropertyGets a DateTimeInfo object containing auxiliary properties for a usage in XAML that provides additional information for the EndTime property value.  
    Public PropertyGets an inclusive end time of a time range represented by the VisualInterval object.  
    Public PropertyGets a DateTimeInfo object containing auxiliary properties for a usage in XAML that provides additional information for the EndTimeInfo property value.  
    Public PropertyGets an index of VisualInterval in the owning VisualIntervals collection.  
    Public PropertyGets or sets a value that determines whether the UI element that has this VisualInterval as a DataContext is selected. This is a dependency property.  
    Public PropertyIndicates whether the VisualInterval represents the current day.  
    Public PropertyVirtual property returns null in this class implementation.  
    Public PropertyGets the owning SchedulerGroupItem object.  
    Public PropertyGets the Scheduler that VisualInterval belongs to.  
    Public PropertyGets a start time of a time range represented by the VisualInterval object.  
    Public PropertyGets a DateTimeInfo object containing auxiliary properties for a usage in XAML that provides additional information for the StartTime property value.  
    Public PropertyGets a TimeSpan of a time range represented by the VisualInterval object.  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from Windows.UI.Xaml.DependencyObject)
    Public MethodGets a value indicating whether the specified DateTime belongs to the time range represented by the VisualInterval.  
    Public Method (Inherited from Windows.UI.Xaml.DependencyObject)
    Public Method (Inherited from Windows.UI.Xaml.DependencyObject)
    Public Method (Inherited from Windows.UI.Xaml.DependencyObject)
    Public Method (Inherited from Windows.UI.Xaml.DependencyObject)
    Public Method (Inherited from Windows.UI.Xaml.DependencyObject)
    Public Method (Inherited from Windows.UI.Xaml.DependencyObject)
    Top
    Public Events
     NameDescription
    Public EventOccurs when property value is changed.  
    Top
    See Also