MCPcopy Create free account
hub / github.com/6tail/lunar-java / isWork

Method isWork

src/main/java/com/nlf/calendar/Holiday.java:82–84  ·  view source on GitHub ↗

是否调休 @return true/false

()

Source from the content-addressed store, hash-verified

80 * @return true/false
81 */
82 public boolean isWork() {
83 return work;
84 }
85
86 /**
87 * 设置是否调休

Callers 4

nextMethod · 0.95
getSalaryRateMethod · 0.95
fixMethod · 0.95
test1Method · 0.80

Calls

no outgoing calls

Tested by 1

test1Method · 0.64