Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public class DateTimeIntervalCollection : Collection<DateTimeInterval>, IList, ICollection, IEnumerable
Inheritance: objectCollection<DateTimeInterval>DateTimeIntervalCollection
Implements:
Inherited Members
Constructors
C#
public DateTimeIntervalCollection()
C#
public DateTimeIntervalCollection(IEnumerable<DateTimeInterval> intervals)
C#
public DateTimeIntervalCollection(IListChangeHandler<DateTimeInterval> listChangeHandler)
Fields
C#
protected IListChangeHandler<DateTimeInterval> listChangeHandler
Methods
C#
public virtual void AddRange(IEnumerable<DateTimeInterval> intervalCollection)
C#
public void BeginUpdate()
C#
protected override void ClearItems()
Overrides:
C#
public void EndUpdate()
C#
protected override void InsertItem(int index, DateTimeInterval item)
Overrides:
C#
public virtual bool IntersectsWith(DateTimeInterval dateTimeInterval)
C#
protected virtual void OnCollectionChanged(ListChangedEventArgs<DateTimeInterval> args)
C#
protected virtual bool OnCollectionChanging(ListChangedEventArgs<DateTimeInterval> args)
C#
protected override void SetItem(int index, DateTimeInterval item)
Overrides:
Events
C#
public event EventHandler<ListChangedEventArgs<DateTimeInterval>> CollectionChanged