Uses of Class
net.anwiba.commons.utilities.time.TimeUnit
-
Packages that use TimeUnit Package Description net.anwiba.commons.utilities.time -
-
Uses of TimeUnit in net.anwiba.commons.utilities.time
Methods in net.anwiba.commons.utilities.time that return TimeUnit Modifier and Type Method Description TimeUnitLocalDateTimeSegment. getTimeUnit()static TimeUnitTimeUnit. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TimeUnit[]TimeUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.anwiba.commons.utilities.time with parameters of type TimeUnit Constructor Description LocalDateTimeSegment(java.time.LocalDateTime time, int resolution, TimeUnit unit)LocalDateTimeSegment(ILocalDateTimeRange timeRange, int resolution, TimeUnit unit)
-