Uses of Class
de.galan.commons.time.Instants.WeekdayUnit
-
Packages that use Instants.WeekdayUnit Package Description de.galan.commons.time -
-
Uses of Instants.WeekdayUnit in de.galan.commons.time
Methods in de.galan.commons.time that return Instants.WeekdayUnit Modifier and Type Method Description static Instants.WeekdayUnitInstants. friday()static Instants.WeekdayUnitInstants. monday()static Instants.WeekdayUnitInstants. saturday()static Instants.WeekdayUnitInstants. sunday()static Instants.WeekdayUnitInstants. thursday()static Instants.WeekdayUnitInstants. tuesday()static Instants.WeekdayUnitInstants.WeekdayUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static Instants.WeekdayUnit[]Instants.WeekdayUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.static Instants.WeekdayUnitInstants. wednesday()Methods in de.galan.commons.time with parameters of type Instants.WeekdayUnit Modifier and Type Method Description booleanTimes.TimeBuilder. isWeekday(Instants.WeekdayUnit weekday)booleanTimes.TimeBuilder. isWeekday(Instants.WeekdayUnit weekday, ZoneId zone)Instants.InstantBuilderInstants.InstantBuilder. next(Instants.WeekdayUnit unit)Instants.InstantBuilderInstants.InstantBuilder. previous(Instants.WeekdayUnit unit)
-