Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SeanDragon/protools
/ ofDateTime
Method
ofDateTime
common/src/main/java/pro/tools/time/DatePlus.java:406–408 ·
view source on GitHub ↗
(ChronoUnit chronoUnit, DatePlus datePlus)
Source
from the content-addressed store, hash-verified
404
}
405
406
public
long ofDateTime(ChronoUnit chronoUnit, DatePlus datePlus) {
407
return
-chronoUnit.between(this.localDateTime, datePlus.localDateTime);
408
}
409
410
//endregion
411
Callers
7
ofYear
Method · 0.95
ofMonth
Method · 0.95
ofDay
Method · 0.95
ofHour
Method · 0.95
ofMinutes
Method · 0.95
ofSeconds
Method · 0.95
ofNanos
Method · 0.95
Calls
1
between
Method · 0.80
Tested by
no test coverage detected