Here you can find the source of getMillisecondDay()
public static Long getMillisecondDay()
//package com.java2s; public class Main { private static final Long MILLISECOND_DAY = 86400000L; public static Long getMillisecondDay() { return MILLISECOND_DAY; }/*from w w w .j a v a 2 s .c o m*/ }