| Package | Description |
|---|---|
| cn.sinozg.applet.common.enums | |
| cn.sinozg.applet.common.utils |
| Modifier and Type | Method and Description |
|---|---|
static ChronoDate |
ChronoDate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChronoDate[] |
ChronoDate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static LocalDate |
DateUtil.beginDate(LocalDate input,
ChronoDate chrono)
根据类型获取日期的开始时间
|
static LocalDate |
DateUtil.beginOrEndDate(LocalDate input,
long amountToAdd,
ChronoDate chrono,
boolean begin)
根据时间 算取对应的开始日期或者结束时间
|
static LocalDateTime |
DateUtil.beginOrEndDateTime(LocalDateTime input,
long amountToAdd,
ChronoDate chrono,
boolean begin)
根据时间 算取对应的开始日期或者结束时间
|
static LocalDate |
DateUtil.endDate(LocalDate input,
ChronoDate chrono)
根据类型获取日期的结束时间
|
Copyright © 2024. All rights reserved.