DateFormatCollection
Leave feedback
On this page
Represents a collection of DateFormat objects.
public class DateFormatCollection : ICollection<DateFormat>
| 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. |
| 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. |
Learn more
- class DateFormat
- namespace GroupDocs.Search.Options
- assembly GroupDocs.Search
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.