Package | Description |
---|---|
agi.foundation.time |
Contains types for quantifying and converting between various date, time, and time standard representations.
|
Modifier and Type | Method and Description |
---|---|
static Iso8601Format |
Iso8601Format.getDefault()
Get the enum constant that is considered to be the default.
|
static Iso8601Format |
Iso8601Format.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static Iso8601Format |
Iso8601Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Iso8601Format[] |
Iso8601Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
GregorianDate.toIso8601String(Iso8601Format format)
Converts the value of this instance to its equivalent ISO8601 string representation,
with fractional seconds represented to 15 digits.
|
String |
GregorianDate.toIso8601String(Iso8601Format format,
int digitsOfFractionalSeconds)
Converts the value of this instance to its equivalent ISO8601 string representation,
with fractional seconds represented to the specified number of digits.
|