Searched refs:aTimePart (Results 1 – 1 of 1) sorted by relevance
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 12 milliseconds