Uses of Class
gw.lang.reflect.interval.DateUnit
-
Packages that use DateUnit Package Description gw.lang.reflect.interval -
-
Uses of DateUnit in gw.lang.reflect.interval
Methods in gw.lang.reflect.interval that return DateUnit Modifier and Type Method Description static DateUnit
DateUnit. valueOf(String name)
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 DateUnit Constructor Description DateInterval(Date left, Date right, int iStep, DateUnit unit, boolean bLeftClosed, boolean bRightClosed, boolean bReverse)
DateInterval(Date left, Date right, Integer step, DateUnit unit)
-