Uses of Enum Class
de.galan.commons.time.Dates.WeekdayUnit
Packages that use Dates.WeekdayUnit
-
Uses of Dates.WeekdayUnit in de.galan.commons.time
Methods in de.galan.commons.time that return Dates.WeekdayUnitModifier and TypeMethodDescriptionstatic Dates.WeekdayUnitDates.friday()Deprecated, for removal: This API element is subject to removal in a future version.static Dates.WeekdayUnitDates.monday()Deprecated, for removal: This API element is subject to removal in a future version.static Dates.WeekdayUnitDates.saturday()Deprecated, for removal: This API element is subject to removal in a future version.static Dates.WeekdayUnitDates.sunday()Deprecated, for removal: This API element is subject to removal in a future version.static Dates.WeekdayUnitDates.thursday()Deprecated, for removal: This API element is subject to removal in a future version.static Dates.WeekdayUnitDates.tuesday()Deprecated, for removal: This API element is subject to removal in a future version.static Dates.WeekdayUnitReturns the enum constant of this class with the specified name.static Dates.WeekdayUnit[]Dates.WeekdayUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.static Dates.WeekdayUnitDates.wednesday()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.galan.commons.time with parameters of type Dates.WeekdayUnitModifier and TypeMethodDescriptionDates.DateBuilder.next(Dates.WeekdayUnit unit) Dates.DateBuilder.previous(Dates.WeekdayUnit unit)