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

Method getSecond

src/main/java/com/nlf/calendar/Solar.java:540–542  ·  view source on GitHub ↗

获取秒钟 @return 0到59之间的数字

()

Source from the content-addressed store, hash-verified

538 * @return 0到59之间的数字
539 */
540 public int getSecond() {
541 return second;
542 }
543
544 /**
545 * 获取农历

Callers 4

fromBaZiMethod · 0.95
nextHourMethod · 0.95
isAfterMethod · 0.45
isBeforeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected