Class SelectedDatesCollection
Inheritance
System.Object
System.Collections.ObjectModel.Collection<System.DateTime>
System.Collections.ObjectModel.ObservableCollection<System.DateTime>
SelectedDatesCollection
Implements
System.Collections.Generic.IList<System.DateTime>
System.Collections.Generic.ICollection<System.DateTime>
System.Collections.Generic.IReadOnlyList<System.DateTime>
System.Collections.Generic.IReadOnlyCollection<System.DateTime>
System.Collections.Generic.IEnumerable<System.DateTime>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
System.Collections.Specialized.INotifyCollectionChanged
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Collections.ObjectModel.ObservableCollection<System.DateTime>.BlockReentrancy()
System.Collections.ObjectModel.ObservableCollection<System.DateTime>.CheckReentrancy()
System.Collections.ObjectModel.ObservableCollection<System.DateTime>.ClearItems()
System.Collections.ObjectModel.ObservableCollection<System.DateTime>.InsertItem(System.Int32, System.DateTime)
System.Collections.ObjectModel.ObservableCollection<System.DateTime>.Move(System.Int32, System.Int32)
System.Collections.ObjectModel.ObservableCollection<System.DateTime>.MoveItem(System.Int32, System.Int32)
System.Collections.ObjectModel.ObservableCollection<System.DateTime>.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)
System.Collections.ObjectModel.ObservableCollection<System.DateTime>.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)
System.Collections.ObjectModel.ObservableCollection<System.DateTime>.RemoveItem(System.Int32)
System.Collections.ObjectModel.ObservableCollection<System.DateTime>.SetItem(System.Int32, System.DateTime)
System.Collections.ObjectModel.ObservableCollection<System.DateTime>.CollectionChanged
System.Collections.ObjectModel.ObservableCollection<System.DateTime>.PropertyChanged
System.Collections.ObjectModel.ObservableCollection<System.DateTime>.System.ComponentModel.INotifyPropertyChanged.PropertyChanged
System.Collections.ObjectModel.Collection<System.DateTime>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<System.DateTime>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<System.DateTime>.Add(System.DateTime)
System.Collections.ObjectModel.Collection<System.DateTime>.Clear()
System.Collections.ObjectModel.Collection<System.DateTime>.Contains(System.DateTime)
System.Collections.ObjectModel.Collection<System.DateTime>.CopyTo(System.DateTime[], System.Int32)
System.Collections.ObjectModel.Collection<System.DateTime>.GetEnumerator()
System.Collections.ObjectModel.Collection<System.DateTime>.IndexOf(System.DateTime)
System.Collections.ObjectModel.Collection<System.DateTime>.Insert(System.Int32, System.DateTime)
System.Collections.ObjectModel.Collection<System.DateTime>.Remove(System.DateTime)
System.Collections.ObjectModel.Collection<System.DateTime>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<System.DateTime>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<System.DateTime>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<System.DateTime>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<System.DateTime>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<System.DateTime>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<System.DateTime>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<System.DateTime>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<System.DateTime>.Count
System.Collections.ObjectModel.Collection<System.DateTime>.Item[System.Int32]
System.Collections.ObjectModel.Collection<System.DateTime>.Items
System.Collections.ObjectModel.Collection<System.DateTime>.System.Collections.Generic.ICollection<System.DateTime>.IsReadOnly
System.Collections.ObjectModel.Collection<System.DateTime>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<System.DateTime>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<System.DateTime>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.Collection<System.DateTime>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<System.DateTime>.System.Collections.IList.Item[System.Int32]
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
public sealed class SelectedDatesCollection : ObservableCollection<DateTime>, IList<DateTime>, ICollection<DateTime>, IReadOnlyList<DateTime>, IReadOnlyCollection<DateTime>, IEnumerable<DateTime>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Constructors
| Improve this Doc View SourceSelectedDatesCollection(INTERNAL_CalendarOrClockBase)
Initializes a new instance of the CalendarSelectedDatesCollection class.
Declaration
public SelectedDatesCollection(INTERNAL_CalendarOrClockBase owner)
Parameters
Type | Name | Description |
---|---|---|
INTERNAL_CalendarOrClockBase | owner |
Methods
| Improve this Doc View SourceSetDate(DateTime)
Special method for using only one date
Declaration
public void SetDate(DateTime item)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | item |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
System.Collections.Specialized.INotifyCollectionChanged
System.ComponentModel.INotifyPropertyChanged