Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeanDragon/protools
/ getHour
Method
getHour
common/src/main/java/pro/tools/time/DatePlus.java:195–197 ·
view source on GitHub ↗
获取小时数 @return
()
Source
from the content-addressed store, hash-verified
193
* @
return
194
*/
195
public
int
getHour() {
196
return
this.localDateTime.getHour();
197
}
198
199
/**
200
* 获取分钟数
Callers
2
toMinDate
Method · 0.95
toMaxDate
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected