| Package | Description |
|---|---|
| com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
| com.groupdocs.search.options |
The package provides classes to specify additional options of various operations.
|
| Modifier and Type | Method and Description |
|---|---|
protected static DateFormat |
CoreFactory.createDateFormat(DateFormatElement[] formatElements,
String dateSeparator) |
protected static DateFormat |
CoreFactory.createDateFormat(String cultureName,
DateFormatElement[] formatElements) |
| Modifier and Type | Method and Description |
|---|---|
abstract Iterator<DateFormat> |
DateFormatCollection.iterator()
Returns an enumerator that iterates through the collection.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
DateFormatCollection.addItem(DateFormat item)
Adds an date format object to the collection.
|
abstract boolean |
DateFormatCollection.containsItem(DateFormat item)
Determines whether the collection contains a specific item.
|
abstract void |
DateFormatCollection.copyToTArray(DateFormat[] array,
int arrayIndex)
Copies the elements of the collection to an
Array, starting at a particular Array index. |
abstract boolean |
DateFormatCollection.removeItem(DateFormat item)
Removes the first occurrence of a specific element from the collection.
|
Copyright © 2026. All rights reserved.