Searched defs:toDays (Results 1 – 1 of 1) sorted by relevance
59 public long toDays(long d) { return d/(C6/C0); } in toDays() method74 public long toDays(long d) { return d/(C6/C1); } in toDays() method89 public long toDays(long d) { return d/(C6/C2); } in toDays() method104 public long toDays(long d) { return d/(C6/C3); } in toDays() method120 public long toDays(long d) { return d/(C6/C4); } in toDays() method136 public long toDays(long d) { return d/(C6/C5); } in toDays() method152 public long toDays(long d) { return d; } in toDays() method286 public long toDays(long duration) { in toDays() method in TimeUnit