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

Method getHour

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

获取小时 @return 0到23之间的数字

()

Source from the content-addressed store, hash-verified

520 * @return 0到23之间的数字
521 */
522 public int getHour() {
523 return hour;
524 }
525
526 /**
527 * 获取分钟

Callers 5

fromBaZiMethod · 0.95
computeStartMethod · 0.95
subtractMinuteMethod · 0.45
isAfterMethod · 0.45
isBeforeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected