Package | Description |
---|---|
fc.util |
Modifier and Type | Method and Description |
---|---|
static CalendarUtil.Duration |
CalendarUtil.Duration.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalendarUtil.Duration[] |
CalendarUtil.Duration.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Date |
CalendarUtil.Duration.getDateAfterDuration(Date start,
CalendarUtil.Duration duration)
Returns the date representing start time + duration.
|