Uses of Class
de.galan.commons.time.Instants.InstantBuilder
-
Packages that use Instants.InstantBuilder Package Description de.galan.commons.time -
-
Uses of Instants.InstantBuilder in de.galan.commons.time
Methods in de.galan.commons.time that return Instants.InstantBuilder Modifier and Type Method Description Instants.InstantBuilderInstants.InstantBuilder. at(int hour, int minute, int second)Instants.InstantBuilderInstants.InstantBuilder. at(String time)Splits a time in the form hh:MM:ssInstants.InstantBuilderInstants.InstantBuilder. atMidnight()Instants.InstantBuilderInstants.InstantBuilder. atNoon()Instants.InstantBuilderInstants.InstantBuilder. before(int amount, Instants.DatetimeUnit unit)static Instants.InstantBuilderInstants. from(Instant instant)static Instants.InstantBuilderInstants. from(Date date)Instants.InstantBuilderInstants.InstantBuilder. in(int amount, Instants.DatetimeUnit unit)Instants.InstantBuilderInstants.InstantBuilder. next(Instants.DatetimeUnit unit)Instants.InstantBuilderInstants.InstantBuilder. next(Instants.WeekdayUnit unit)Instants.InstantBuilderInstants.InstantBuilder. previous(Instants.DatetimeUnit unit)Instants.InstantBuilderInstants.InstantBuilder. previous(Instants.WeekdayUnit unit)Instants.InstantBuilderInstants.InstantBuilder. truncate(Instants.DatetimeUnit unit)Truncates the time using the defined timezoneInstants.InstantBuilderInstants.InstantBuilder. with(TemporalAdjuster adjuster)Instants.InstantBuilderInstants.InstantBuilder. zone(ZoneId zoneId)
-