[]
        
(Showing Draft Content)

C1.Maui.Calendar.DateList

DateList Class

The DateList class represents the observable collection of DateTime values. The collection contains unique values only. Every item in collection is a DateTime value containing the date part only.

Namespace: C1.Maui.Calendar
Assembly: C1.Maui.Calendar.dll
Syntax
public class DateList : ReentrantObservableCollection<DateTime>, IList<DateTime>, ICollection<DateTime>, IList, ICollection, IReadOnlyList<DateTime>, IReadOnlyCollection<DateTime>, IEnumerable<DateTime>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Constructors

Name Description
DateList()

Initializes a new instance of the DateList collection.

Methods

Name Description
Add(DateTime)

Adds a DateTime value to the end of the Collection.

Contains(DateTime)

Returns true if specified item exists in the Collection.