MCPcopy Create free account
hub / github.com/mozilla/rhino / Day

Method Day

rhino/src/main/java/org/mozilla/javascript/NativeDate.java:734–736  ·  view source on GitHub ↗
(double t)

Source from the content-addressed store, hash-verified

732 private static final double msPerMinute = (SecondsPerMinute * msPerSecond);
733
734 private static double Day(double t) {
735 return Math.floor(t / msPerDay);
736 }
737
738 private static double TimeWithinDay(double t) {
739 double result;

Callers 4

MonthFromTimeMethod · 0.95
DateFromTimeMethod · 0.95
WeekDayMethod · 0.95
makeTimeMethod · 0.95

Calls 1

floorMethod · 0.80

Tested by

no test coverage detected