Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
fromBaZi
Method · 0.95
nextHour
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