Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
fromBaZi
Method · 0.95
computeStart
Method · 0.95
subtractMinute
Method · 0.45
isAfter
Method · 0.45
isBefore
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected