Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ setTime
Method
setTime
classpath/java/util/Calendar.java:54–56 ·
view source on GitHub ↗
(Date date)
Source
from the content-addressed store, hash-verified
52
}
53
54
public
void
setTime(Date date) {
55
time = date.getTime();
56
}
57
58
public
Date getTime() {
59
return
new
Date(time);
Callers
3
computeDOSDateTime
Method · 0.95
format
Method · 0.95
setTime
Method · 0.45
Calls
1
getTime
Method · 0.45
Tested by
no test coverage detected