Uses of Enum
gw.lang.reflect.interval.DateUnit
Packages that use DateUnit
-
Uses of DateUnit in gw.lang.reflect.interval
Methods in gw.lang.reflect.interval that return DateUnitModifier and TypeMethodDescriptionstatic DateUnit
Returns the enum constant of this type with the specified name.static DateUnit[]
DateUnit.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in gw.lang.reflect.interval with parameters of type DateUnitModifierConstructorDescriptionDateInterval
(Date left, Date right, int iStep, DateUnit unit, boolean bLeftClosed, boolean bRightClosed, boolean bReverse) DateInterval
(Date left, Date right, Integer step, DateUnit unit)