New to Telerik Test StudioStart a free 30-day trial

Definition

Constructors

C#
public SelectedDatesCollection()

Properties

C#
[DataMember]
public List<DateTime> Collection { get; set; }
C#
public int Count { get; }

Implements: ICollection<DateTime>.Count

C#
public bool IsReadOnly { get; }

Implements: ICollection<DateTime>.IsReadOnly

C#
public DateTime this[int index] { get; set; }
Parameters:indexint

Implements: IList<DateTime>.this[int]

Methods

C#
public void Add(DateTime item)
Parameters:itemDateTime

Implements: ICollection<DateTime>.Add(DateTime)

C#
public void Clear()

Implements: ICollection<DateTime>.Clear()

C#
public bool Contains(DateTime item)
Parameters:itemDateTimeReturns:

bool

Implements: ICollection<DateTime>.Contains(DateTime)

C#
public void CopyTo(DateTime[] array, int arrayIndex)
Parameters:arrayDateTime[]arrayIndexint

Implements: ICollection<DateTime>.CopyTo(DateTime[], int)

C#
public override void FromRealObject(object obj)
Parameters:objobject

Overrides: AutomationObject<SelectedDatesCollection>.FromRealObject(object)

C#
public IEnumerator<DateTime> GetEnumerator()
Returns:

IEnumerator<DateTime>

Implements: IEnumerable<DateTime>.GetEnumerator()

C#
public override string GetRealType()
Returns:

string

Overrides: AutomationObject<SelectedDatesCollection>.GetRealType()

C#
public int IndexOf(DateTime item)
Parameters:itemDateTimeReturns:

int

Implements: IList<DateTime>.IndexOf(DateTime)

C#
public void Insert(int index, DateTime item)
Parameters:indexintitemDateTime

Implements: IList<DateTime>.Insert(int, DateTime)

C#
public bool Remove(DateTime item)
Parameters:itemDateTimeReturns:

bool

Implements: ICollection<DateTime>.Remove(DateTime)

C#
public void RemoveAt(int index)
Parameters:indexint

Implements: IList<DateTime>.RemoveAt(int)

C#
public override object ToRealObject()
Returns:

object

Overrides: AutomationObject<SelectedDatesCollection>.ToRealObject()