| Package | Description |
|---|---|
| de.galan.commons.time |
| Modifier and Type | Method and Description |
|---|---|
Instants.InstantBuilder |
Instants.InstantBuilder.at(int hour,
int minute,
int second) |
Instants.InstantBuilder |
Instants.InstantBuilder.at(String time)
Splits a time in the form hh:MM:ss
|
Instants.InstantBuilder |
Instants.InstantBuilder.atMidnight() |
Instants.InstantBuilder |
Instants.InstantBuilder.atNoon() |
Instants.InstantBuilder |
Instants.InstantBuilder.before(int amount,
Instants.DatetimeUnit unit) |
static Instants.InstantBuilder |
Instants.from(Date date) |
static Instants.InstantBuilder |
Instants.from(Instant instant) |
Instants.InstantBuilder |
Instants.InstantBuilder.in(int amount,
Instants.DatetimeUnit unit) |
Instants.InstantBuilder |
Instants.InstantBuilder.next(Instants.DatetimeUnit unit) |
Instants.InstantBuilder |
Instants.InstantBuilder.next(Instants.WeekdayUnit unit) |
Instants.InstantBuilder |
Instants.InstantBuilder.previous(Instants.DatetimeUnit unit) |
Instants.InstantBuilder |
Instants.InstantBuilder.previous(Instants.WeekdayUnit unit) |
Instants.InstantBuilder |
Instants.InstantBuilder.truncate(Instants.DatetimeUnit unit)
Truncates the time using the defined timezone
|
Instants.InstantBuilder |
Instants.InstantBuilder.with(TemporalAdjuster adjuster) |
Instants.InstantBuilder |
Instants.InstantBuilder.zone(ZoneId zoneId) |
Copyright © 2017. All rights reserved.