Package | Description |
---|---|
software.amazon.ion |
Public interfaces of the core Ion system.
|
Modifier and Type | Method and Description |
---|---|
Timestamp.Precision |
Timestamp.getPrecision()
Returns the precision of this Timestamp.
|
static Timestamp.Precision |
Timestamp.Precision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Timestamp.Precision[] |
Timestamp.Precision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Timestamp |
Timestamp.createFromUtcFields(Timestamp.Precision p,
int zyear,
int zmonth,
int zday,
int zhour,
int zminute,
int zsecond,
BigDecimal frac,
Integer offset)
Deprecated.
|
boolean |
Timestamp.Precision.includes(Timestamp.Precision isIncluded) |