| Package | Description |
|---|---|
| org.aoju.bus.core.date | |
| org.aoju.bus.core.lang | |
| org.aoju.bus.core.utils |
| Modifier and Type | Method and Description |
|---|---|
Fields.Quarter |
DateTime.quarterEnum()
获得当前日期所属季度
|
| Modifier and Type | Method and Description |
|---|---|
static Fields.Quarter |
Fields.Quarter.of(int intValue)
将 季度int转换为Season枚举对象
|
static Fields.Quarter |
Fields.Quarter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Fields.Quarter[] |
Fields.Quarter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Fields.Quarter |
DateUtils.quarters(Date date)
获得指定日期所属季度
|
Copyright © 2020. All rights reserved.