WeekDayCollection

WeekDayCollection class

Represents a collection of WeekDay objects.

Methods

NameDescription
AddAdds a WeekDay instance to this object.
ClearClear the WeekDayCollection object.
ContainsChecks if collection contains WeekDay .specified.
CopyToCopies collection content to an array at specified index.
get_CountGets the number of objects contained in this WeekDayCollection object.
GetEnumeratorReturns an enumerator for this collection.
idx_getGets the item value at specified index.
idx_setSets the item value at specified index.
IndexOfReturns index of WeekDay specified.
InsertInserts WeekDay at specified index.
RemoveRemoves WeekDay specified, if any.
RemoveAtRemoves an item at specified index.
ToListConverts the WeekDayCollection object to a list of WeekDay objects.