[]
        
(Showing Draft Content)

C1.WPF.Schedule.VisualIntervalCollection

VisualIntervalCollection Class

Represents a collection of VisualInterval objects.

Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
public class VisualIntervalCollection : DeferrableObservableCollection<VisualInterval>, IList<VisualInterval>, ICollection<VisualInterval>, IList, ICollection, IReadOnlyList<VisualInterval>, IReadOnlyCollection<VisualInterval>, IEnumerable<VisualInterval>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Public Class VisualIntervalCollection
    Inherits DeferrableObservableCollection(Of VisualInterval)
    Implements IList(Of VisualInterval), ICollection(Of VisualInterval), IList, ICollection, IReadOnlyList(Of VisualInterval), IReadOnlyCollection(Of VisualInterval), IEnumerable(Of VisualInterval), IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Constructors

Name Description
VisualIntervalCollection()

Properties

Name Description
this[DateTime]

Gets a VisualInterval that includes the specified DateTime.

this[int]

Gets a VisualInterval object at the specified index.