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

Method getYear

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

获取年份 @return 年

()

Source from the content-addressed store, hash-verified

130 * @return
131 */
132 public int getYear() {
133 return this.localDateTime.getYear();
134 }
135
136 /**
137 * 获取月份

Callers 5

toMinDateMethod · 0.95
toMaxDateMethod · 0.95
toChineseZodiacMethod · 0.95
toLunarMethod · 0.95
toSolarMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected