Searched refs:aTimePart (Results 1 – 2 of 2) sorted by relevance
252 Time aTimePart = new Time(); in toDouble() local254 aTimePart.Hours = _rVal.Hours; in toDouble()255 aTimePart.Minutes = _rVal.Minutes; in toDouble()256 aTimePart.Seconds = _rVal.Seconds; in toDouble()257 aTimePart.HundredthSeconds = _rVal.HundredthSeconds; in toDouble()259 return ((double)nTime) + toDouble(aTimePart); in toDouble()
289 Time aTimePart; in toDouble() local291 aTimePart.Hours = _rVal.Hours; in toDouble()292 aTimePart.Minutes = _rVal.Minutes; in toDouble()293 aTimePart.Seconds = _rVal.Seconds; in toDouble()294 aTimePart.HundredthSeconds = _rVal.HundredthSeconds; in toDouble()296 return ((double)nTime) + toDouble(aTimePart); in toDouble()
Completed in 17 milliseconds