TimeValue |
TimeValue.add(DurationValue duration) |
static TimeValue |
TimeValue.build(MapValue map,
Supplier<ZoneId> defaultZone) |
static TimeValue |
TimeValue.now(Clock clock) |
static TimeValue |
TimeValue.now(Clock clock,
String timezone) |
static TimeValue |
TimeValue.now(Clock clock,
Supplier<ZoneId> defaultZone) |
static TimeValue |
TimeValue.parse(CharSequence text,
Supplier<ZoneId> defaultZone) |
static TimeValue |
TimeValue.parse(CharSequence text,
Supplier<ZoneId> defaultZone,
CSVHeaderInformation fieldsFromHeader) |
static TimeValue |
TimeValue.parse(TextValue text,
Supplier<ZoneId> defaultZone) |
static TimeValue |
TimeValue.select(AnyValue from,
Supplier<ZoneId> defaultZone) |
TimeValue |
TimeValue.sub(DurationValue duration) |
static TimeValue |
TimeValue.time(int hour,
int minute,
int second,
int nanosOfSecond,
String offset) |
static TimeValue |
TimeValue.time(int hour,
int minute,
int second,
int nanosOfSecond,
ZoneOffset offset) |
static TimeValue |
TimeValue.time(long nanosOfDayUTC,
ZoneOffset offset) |
static TimeValue |
TimeValue.time(OffsetTime time) |
static TimeValue |
TimeValue.truncate(TemporalUnit unit,
TemporalValue input,
MapValue fields,
Supplier<ZoneId> defaultZone) |