Uses of Class
org.smallmind.nutsnbolts.time.TimeOperation
-
Packages that use TimeOperation Package Description org.smallmind.nutsnbolts.time -
-
Uses of TimeOperation in org.smallmind.nutsnbolts.time
Methods in org.smallmind.nutsnbolts.time that return TimeOperation Modifier and Type Method Description TimeOperationTimeArithmetic. getOperation()static TimeOperationTimeOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeOperation[]TimeOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.smallmind.nutsnbolts.time with parameters of type TimeOperation Constructor Description TimeArithmetic(ZonedDateTime date, TimeOperation operation)
-