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