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

Method getDayCount

src/main/java/com/nlf/calendar/LunarMonth.java:98–100  ·  view source on GitHub ↗

获取天数 @return 天数

()

Source from the content-addressed store, hash-verified

96 * @return 天数
97 */
98 public int getDayCount() {
99 return dayCount;
100 }
101
102 public int getIndex() {
103 return index;

Callers 2

isDayZhaiSixMethod · 0.95
LunarMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected