| Package | Description |
|---|---|
| org.apache.directory.api.util |
| Modifier and Type | Field and Description |
|---|---|
private GeneralizedTime.Format |
GeneralizedTime.upFormat
The user provided format
|
| Modifier and Type | Method and Description |
|---|---|
private GeneralizedTime.Format |
GeneralizedTime.getFormatWithoutFraction(GeneralizedTime.Format f)
Gets the corresponding format with fraction.
|
static GeneralizedTime.Format |
GeneralizedTime.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeneralizedTime.Format[] |
GeneralizedTime.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private GeneralizedTime.Format |
GeneralizedTime.getFormatWithoutFraction(GeneralizedTime.Format f)
Gets the corresponding format with fraction.
|
String |
GeneralizedTime.toGeneralizedTime(GeneralizedTime.Format format,
GeneralizedTime.FractionDelimiter fractionDelimiter,
int fractionLength,
GeneralizedTime.TimeZoneFormat timeZoneFormat)
Returns the string representation of this generalized time.
|
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.