[]
Represents a collection of VisualInterval objects.
public class VisualIntervalCollection : DeferrableObservableCollection<VisualInterval>, IList<VisualInterval>, ICollection<VisualInterval>, IList, ICollection, IReadOnlyList<VisualInterval>, IReadOnlyCollection<VisualInterval>, IEnumerable<VisualInterval>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Name | Description |
---|---|
VisualIntervalCollection() |
Name | Description |
---|---|
this[DateTime] | Gets a VisualInterval that includes the specified DateTime. |
this[int] | Gets a VisualInterval object at the specified index. |