Searched refs:DAY_IN_MILLIS (Results 1 – 2 of 2) sorted by relevance
306 private static long DAY_IN_MILLIS = (24 * 60 * 60 * 1000); field in Helper375 return (date1 - docNullTime) / DAY_IN_MILLIS + 1; in getDocumentDateAsDouble()394 return (date1 - docNullTime) / DAY_IN_MILLIS + 1; in getDocumentDateAsDouble()
663 private static long DAY_IN_MILLIS = (24 * 60 * 60 * 1000); field in AgendaTemplate682 double daysDiff = (date1 - docNullTime) / DAY_IN_MILLIS + 1; in getDateString()