Uses of Enum Class
de.galan.commons.time.Instants.WeekdayUnit
Packages that use Instants.WeekdayUnit
-
Uses of Instants.WeekdayUnit in de.galan.commons.time
Methods in de.galan.commons.time that return Instants.WeekdayUnitModifier and TypeMethodDescriptionstatic 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.WeekdayUnitReturns the enum constant of this class with the specified name.static Instants.WeekdayUnit[]Instants.WeekdayUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.static Instants.WeekdayUnitInstants.wednesday()Methods in de.galan.commons.time with parameters of type Instants.WeekdayUnitModifier and TypeMethodDescriptionbooleanTimes.TimeBuilder.isWeekday(Instants.WeekdayUnit weekday) booleanTimes.TimeBuilder.isWeekday(Instants.WeekdayUnit weekday, ZoneId zone) Instants.InstantBuilder.next(Instants.WeekdayUnit unit) Instants.InstantBuilder.previous(Instants.WeekdayUnit unit)