Uses of Enum Class
de.galan.commons.time.Dates.DatetimeUnit
Packages that use Dates.DatetimeUnit
-
Uses of Dates.DatetimeUnit in de.galan.commons.time
Methods in de.galan.commons.time that return Dates.DatetimeUnitModifier and TypeMethodDescriptionstatic Dates.DatetimeUnitDates.day()Deprecated, for removal: This API element is subject to removal in a future version.static Dates.DatetimeUnitDates.days()Deprecated, for removal: This API element is subject to removal in a future version.static Dates.DatetimeUnitDates.hour()Deprecated, for removal: This API element is subject to removal in a future version.static Dates.DatetimeUnitDates.hours()Deprecated, for removal: This API element is subject to removal in a future version.static Dates.DatetimeUnitDates.milli()Deprecated, for removal: This API element is subject to removal in a future version.static Dates.DatetimeUnitDates.millis()Deprecated, for removal: This API element is subject to removal in a future version.static Dates.DatetimeUnitDates.minute()Deprecated, for removal: This API element is subject to removal in a future version.static Dates.DatetimeUnitDates.minutes()Deprecated, for removal: This API element is subject to removal in a future version.static Dates.DatetimeUnitDates.month()Deprecated, for removal: This API element is subject to removal in a future version.static Dates.DatetimeUnitDates.months()Deprecated, for removal: This API element is subject to removal in a future version.static Dates.DatetimeUnitDates.second()Deprecated, for removal: This API element is subject to removal in a future version.static Dates.DatetimeUnitDates.seconds()Deprecated, for removal: This API element is subject to removal in a future version.static Dates.DatetimeUnitReturns the enum constant of this class with the specified name.static Dates.DatetimeUnit[]Dates.DatetimeUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.static Dates.DatetimeUnitDates.week()Deprecated, for removal: This API element is subject to removal in a future version.static Dates.DatetimeUnitDates.weeks()Deprecated, for removal: This API element is subject to removal in a future version.static Dates.DatetimeUnitDates.year()Deprecated, for removal: This API element is subject to removal in a future version.static Dates.DatetimeUnitDates.years()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.DatetimeUnitModifier and TypeMethodDescriptionDates.DateBuilder.before(int amount, Dates.DatetimeUnit unit) Dates.DateBuilder.in(int amount, Dates.DatetimeUnit unit) protected Dates.DateBuilderDates.DateBuilder.move(Dates.DatetimeUnit unit, int amount) Dates.DateBuilder.next(Dates.DatetimeUnit unit) Dates.DateBuilder.previous(Dates.DatetimeUnit unit) Dates.DateBuilder.truncate(Dates.DatetimeUnit unit)