| 程序包 | 说明 |
|---|---|
| com.xkzhangsan.time.enums |
| 限定符和类型 | 方法和说明 |
|---|---|
static TwelveTwoEnum |
TwelveTwoEnum.getTwelveHoursEnum(java.time.LocalTime localTime)
根据时间查询时辰名称枚举
|
static TwelveTwoEnum |
TwelveTwoEnum.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static TwelveTwoEnum[] |
TwelveTwoEnum.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2020. All Rights Reserved.