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

Method isLeapYear

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

是否是闰年 @return result

()

Source from the content-addressed store, hash-verified

285 * @return result
286 */
287 public boolean isLeapYear() {
288 return this.localDateTime.toLocalDate().isLeapYear();
289 }
290
291 //region 属性的比较
292

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected