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

Method getMonth

src/main/java/com/nlf/calendar/SolarWeek.java:136–138  ·  view source on GitHub ↗

获取月 @return 1到12

()

Source from the content-addressed store, hash-verified

134 * @return 1到12
135 */
136 public int getMonth() {
137 return month;
138 }
139
140 /**
141 * 获取日期

Callers 6

testMethod · 0.95
testFromMondayMethod · 0.95
testFromSundayMethod · 0.95
nextMethod · 0.95
getFirstDayInMonthMethod · 0.45
getDaysInMonthMethod · 0.45

Calls

no outgoing calls

Tested by 3

testMethod · 0.76
testFromMondayMethod · 0.76
testFromSundayMethod · 0.76