Searched refs:timeSecs (Results 1 – 1 of 1) sorted by relevance
245 int timeSecs = (hours*3600) + (mins*60) + (secs); in toExcelSerialTime() local247 double d = (double) timeSecs / (24 * 3600); in toExcelSerialTime()