| Package | Description |
|---|---|
| org.aoju.bus.core.consts | |
| org.aoju.bus.core.date | |
| org.aoju.bus.core.utils |
| Modifier and Type | Method and Description |
|---|---|
static Fields.Month |
Fields.Month.of(int calendarMonthIntValue)
将
Calendar月份相关值转换为Month枚举对象 |
static Fields.Month |
Fields.Month.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Fields.Month[] |
Fields.Month.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Fields.Month |
DateTime.monthEnum()
获得月份
|
| Modifier and Type | Method and Description |
|---|---|
static Fields.Month |
DateUtils.monthEnum(Date date)
获得月份
|
static Fields.Month |
DateUtils.thisMonthEnum() |
Copyright © 2019. All rights reserved.