| Package | Description |
|---|---|
| au.gov.nehta.model.cda.common.time |
| Modifier and Type | Method and Description |
|---|---|
Precision |
PreciseDate.getPrecision() |
Precision |
PrecisionDate.getPrecision() |
static Precision |
Precision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Precision[] |
Precision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PrecisionDate(Precision timePrecision)
Constructed with a default precision of seconds
|
PrecisionDate(Precision timePrecision,
long timeInMilliseconds)
Construct a date with the specified precision
|
PrecisionDate(Precision timePrecision,
ZonedDateTime date)
* Construct a date with the specified precision equivalent to this(timePrecision,
date.getTime())
|
Copyright © 2021. All rights reserved.