| Package | Description |
|---|---|
| cn.felord.mp.domain.card | |
| cn.felord.mp.enumeration |
| Modifier and Type | Field and Description |
|---|---|
private WeekDay |
WeekDayLimit.type
此处只控制显示, 不控制实际使用逻辑,不填默认不显示
|
| Constructor and Description |
|---|
WeekDayLimit(WeekDay type,
Integer beginHour,
Integer beginMinute,
Integer endHour,
Integer endMinute)
Instantiates a new Week day limit.
|
| Modifier and Type | Method and Description |
|---|---|
static WeekDay |
WeekDay.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WeekDay[] |
WeekDay.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.