DateFormatCollection

DateFormatCollection class

Represents a collection of DateFormat objects.

public class DateFormatCollection : ICollection<DateFormat>

Properties

Name Description
Count { get; } Gets the number of elements contained in the collection.
IsReadOnly { get; } Gets a value indicating whether the collection is read-only.

Methods

Name Description
Add(DateFormat) Adds an date format object to the collection.
Clear() Removes all elements from the collection.
Contains(DateFormat) Determines whether the collection contains a specific item.
CopyTo(DateFormat[], int) Copies the elements of the collection to an Array, starting at a particular Array index.
GetEnumerator() Returns an enumerator that iterates through the collection.
Remove(DateFormat) Removes the first occurrence of a specific element from the collection.

Remarks

Learn more

See Also