| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
static CalendarUnit |
CalendarUnit.valueOf(int intValue) |
static CalendarUnit |
CalendarUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalendarUnit[] |
CalendarUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Calendar> |
DateUtil.roll(T calendar,
long amount,
CalendarUnit unit)
Deprecated.
replaced by
addYears/addMonths/addWeeks/... |
static <T extends Date> |
DateUtil.roll(T date,
long amount,
CalendarUnit unit)
Deprecated.
replaced by
addYears/addMonths/addWeeks/... |
Copyright © 2021. All rights reserved.