MCPcopy Create free account
hub / github.com/SeanDragon/protools / getMonth

Method getMonth

common/src/main/java/pro/tools/time/DatePlus.java:141–143  ·  view source on GitHub ↗

获取月份 @return 月

()

Source from the content-addressed store, hash-verified

139 * @return
140 */
141 public int getMonth() {
142 return this.localDateTime.getMonthValue();
143 }
144
145 /**
146 * 获取月份对象

Callers 6

toMinDateMethod · 0.95
toMaxDateMethod · 0.95
toZodiacMethod · 0.95
toLunarMethod · 0.95
toSolarMethod · 0.95
getMonthObjMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected