MCPcopy 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

computeDOSDateTimeMethod · 0.95
formatMethod · 0.95
setTimeMethod · 0.45

Calls 1

getTimeMethod · 0.45

Tested by

no test coverage detected