Uses of Enum Class
tech.mgl.core.utils.MGL_DateTimeUtils.TimeUnit
Packages that use MGL_DateTimeUtils.TimeUnit
-
Uses of MGL_DateTimeUtils.TimeUnit in tech.mgl.core.utils
Methods in tech.mgl.core.utils that return MGL_DateTimeUtils.TimeUnitModifier and TypeMethodDescriptionstatic MGL_DateTimeUtils.TimeUnitReturns the enum constant of this class with the specified name.static MGL_DateTimeUtils.TimeUnit[]MGL_DateTimeUtils.TimeUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tech.mgl.core.utils with parameters of type MGL_DateTimeUtils.TimeUnitModifier and TypeMethodDescriptionstatic longMGL_DateTimeUtils.getInterval(LocalDateTime start, LocalDateTime end, MGL_DateTimeUtils.TimeUnit unit) static longMGL_DateTimeUtils.getInterval(Date start, Date end, MGL_DateTimeUtils.TimeUnit unit)