Package | Description |
---|---|
com.groupdocs.search.options |
The package provides classes to specify additional options of various operations.
|
Modifier and Type | Method and Description |
---|---|
static DateFormatElement |
DateFormatElement.getDateSeparator()
Gets the date separator element.
|
static DateFormatElement |
DateFormatElement.getDayOfMonth()
Gets the day of month element, represented by one or two digits.
|
static DateFormatElement |
DateFormatElement.getDayOfMonthTwoDigits()
Gets the day of month element, represented by two digits.
|
static DateFormatElement |
DateFormatElement.getMonth()
Gets the month element, represented by one or two digits.
|
static DateFormatElement |
DateFormatElement.getMonthAbbreviatedName()
Gets the month element, represented by abbreviated name.
|
static DateFormatElement |
DateFormatElement.getMonthFullName()
Gets the month element, represented by full name.
|
static DateFormatElement |
DateFormatElement.getMonthTwoDigits()
Gets the month element, represented by two digits.
|
static DateFormatElement |
DateFormatElement.getYear()
Gets the year element, represented by one, two, three, or four digits.
|
static DateFormatElement |
DateFormatElement.getYearFourDigits()
Gets the year element, represented by four digits.
|
static DateFormatElement |
DateFormatElement.getYearTwoDigits()
Gets the year element, represented by two digits.
|
Constructor and Description |
---|
DateFormat(DateFormatElement[] formatElements,
String dateSeparator)
Initializes a new instance of the
DateFormat class. |
DateFormat(String cultureName,
DateFormatElement[] formatElements)
Initializes a new instance of the
DateFormat class. |