Package | Description |
---|---|
com.groupdocs.search.options |
The package provides classes to specify additional options of various operations.
|
Modifier and Type | Method and Description |
---|---|
protected static DateFormat |
DateFormat.create(ArrayReader reader) |
Modifier and Type | Method and Description |
---|---|
Iterator<DateFormat> |
DateFormatCollection.iterator()
Returns an enumerator that iterates through the collection.
|
Modifier and Type | Method and Description |
---|---|
void |
DateFormatCollection.addItem(DateFormat item)
Adds an date format object to the collection.
|
boolean |
DateFormatCollection.containsItem(DateFormat item)
Determines whether the collection contains a specific item.
|
void |
DateFormatCollection.copyToTArray(DateFormat[] array,
int arrayIndex)
Copies the elements of the collection to an
Array , starting at a particular Array index. |
protected static int |
DateFormat.getByteCount(DateFormat format) |
protected static String |
DateFormat.getFormatted(DateFormat format,
com.aspose.ms.System.DateTime date) |
protected static String[] |
DateFormat.getParts(DateFormat format,
com.aspose.ms.System.DateTime date) |
protected static boolean |
DateFormat.hasDays(DateFormat dateFormat) |
boolean |
DateFormatCollection.removeItem(DateFormat item)
Removes the first occurrence of a specific element from the collection.
|
protected static void |
DateFormat.toByteArray(DateFormat format,
ArrayWriter writer) |
Modifier and Type | Method and Description |
---|---|
protected static DateFormatCollection |
DateFormatCollection.create(com.aspose.ms.System.Collections.Generic.List<DateFormat> list) |
Constructor and Description |
---|
DateFormatCollection(com.aspose.ms.System.Collections.Generic.List<DateFormat> list)
Initializes a new instance of the
DateFormatCollection class. |