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

Method getMonthObj

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

获取月份对象 @return 对象

()

Source from the content-addressed store, hash-verified

148 * @return 对象
149 */
150 public Month getMonthObj() {
151 return this.localDateTime.getMonth();
152 }
153
154 /**
155 * 获取天在这周的次序

Callers

nothing calls this directly

Calls 1

getMonthMethod · 0.80

Tested by

no test coverage detected