Class SelectedDateCollection
Inheritance
System.Object
    System.Collections.ObjectModel.Collection<System.DateTime>
    SelectedDateCollection
  Inherited Members
      System.Collections.ObjectModel.Collection<System.DateTime>.Add(System.DateTime)
    
    
      System.Collections.ObjectModel.Collection<System.DateTime>.Clear()
    
    
      System.Collections.ObjectModel.Collection<System.DateTime>.CopyTo(System.DateTime[], System.Int32)
    
    
      System.Collections.ObjectModel.Collection<System.DateTime>.Contains(System.DateTime)
    
    
      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>.ClearItems()
    
    
      System.Collections.ObjectModel.Collection<System.DateTime>.InsertItem(System.Int32, System.DateTime)
    
    
      System.Collections.ObjectModel.Collection<System.DateTime>.RemoveItem(System.Int32)
    
    
      System.Collections.ObjectModel.Collection<System.DateTime>.SetItem(System.Int32, System.DateTime)
    
    
      System.Collections.ObjectModel.Collection<System.DateTime>.System.Collections.IEnumerable.GetEnumerator()
    
    
      System.Collections.ObjectModel.Collection<System.DateTime>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    
    
      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>.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>.Items
    
    
      System.Collections.ObjectModel.Collection<System.DateTime>.Item[System.Int32]
    
    
      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.Item[System.Int32]
    
    
      System.Collections.ObjectModel.Collection<System.DateTime>.System.Collections.IList.IsReadOnly
    
    
      System.Collections.ObjectModel.Collection<System.DateTime>.System.Collections.IList.IsFixedSize
    
    
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class SelectedDateCollection : Collection<DateTime>, IList<DateTime>, ICollection<DateTime>, IList, ICollection, IReadOnlyList<DateTime>, IReadOnlyCollection<DateTime>, IEnumerable<DateTime>, IEnumerableConstructors
SelectedDateCollection()
Declaration
public SelectedDateCollection()SelectedDateCollection(IList<DateTime>)
Declaration
public SelectedDateCollection(IList<DateTime> list)Parameters
| System.Collections.Generic.IList<System.DateTime>
        list 
 | 
SelectedDateCollection(DateTime[])
Declaration
public SelectedDateCollection(DateTime[] datesArray)Parameters
| System.DateTime[]
        datesArray 
 | 
Methods
InitializeCodeExpression()
Declaration
public string InitializeCodeExpression()Returns
| System.String 
 | 
Matches(SelectedDateCollection)
Declaration
public bool Matches(SelectedDateCollection dates)Parameters
| SelectedDateCollection
        dates 
 | 
Returns
| System.Boolean 
 |