Searched refs:fMilliSecondsPerDay (Results 1 – 5 of 5) sorted by relevance
35 private static final double fMilliSecondsPerDay = 86400000.0; field in DBTypeConversion263 return (double)getMsFromTime(rVal) / fMilliSecondsPerDay; in toDouble()355 int nMS = (int)((dVal - (double)nDays) * fMilliSecondsPerDay + 0.5); in toTime()
121 const double fMilliSecondsPerDay = 86400000.0; variable282 return (double)getMsFromTime(rVal) / fMilliSecondsPerDay; in toDouble()357 sal_Int32 nMS = sal_Int32((dVal - (double)nDays) * fMilliSecondsPerDay + 0.5); in toTime()
36 const double fMilliSecondsPerDay = 86400000.0; variable
1072 const double fMilliSecondsPerDay = 86400000.0; in lcl_TimeToDouble() local1073 …000)+(rTime.Minutes*60000)+(rTime.Seconds*1000)+(rTime.HundredthSeconds*10)) / fMilliSecondsPerDay; in lcl_TimeToDouble()
4502 const double fMilliSecondsPerDay = 86400000.0;
Completed in 52 milliseconds