Uses of Enum Class
net.anwiba.commons.utilities.time.TimeUnit
Packages that use TimeUnit
-
Uses of TimeUnit in net.anwiba.commons.utilities.time
Methods in net.anwiba.commons.utilities.time that return TimeUnitModifier and TypeMethodDescriptionLocalDateTimeSegment.getTimeUnit()static TimeUnitReturns the enum constant of this class with the specified name.static TimeUnit[]TimeUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.anwiba.commons.utilities.time with parameters of type TimeUnitModifierConstructorDescriptionLocalDateTimeSegment(LocalDateTime time, int resolution, TimeUnit unit) LocalDateTimeSegment(ILocalDateTimeRange timeRange, int resolution, TimeUnit unit)