| Package | Description |
|---|---|
| org.aoju.bus.core.date |
日期封装,日期的核心为DateTime类
|
| org.aoju.bus.core.lang |
语言特性包,包括大量便捷的数据结构,例如验证器Validator,分布式ID生成器Snowflake等
|
| Modifier and Type | Method and Description |
|---|---|
Fields.Month |
DateTime.monthEnum()
获得月份
|
| Modifier and Type | Method and Description |
|---|---|
static Fields.Month |
Fields.Month.getByCode(int code)
根据code查询月份名称枚举
|
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.
|
Copyright © 2021. All rights reserved.