Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<DateFormat> |
DateFormatCollection.iterator()
Returns an enumerator that iterates through the collection.
|
Modifier and Type | Method and Description |
---|---|
void |
DateFormatCollection.addItem(DateFormat item)
Adds an item to the collection.
|
boolean |
DateFormatCollection.containsItem(DateFormat item)
Determines whether the collection contains a specific value.
|
void |
DateFormatCollection.copyToTArray(DateFormat[] array,
int arrayIndex)
Copies the elements of the collection to an
Array , starting at a particular Array index. |
boolean |
DateFormatCollection.removeItem(DateFormat item)
Removes the first occurrence of a specific object from the collection.
|
Copyright © 2018. All rights reserved.