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

Method getMinute

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

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

()

Source from the content-addressed store, hash-verified

529 * @return 0到59之间的数字
530 */
531 public int getMinute() {
532 return minute;
533 }
534
535 /**
536 * 获取秒钟

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected