| Package | Description |
|---|---|
| gw.lang.reflect.interval |
| Modifier and Type | Method and 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.
|
| Constructor and 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) |
Copyright © 2015. All rights reserved.