Function parsing_utilities::convertUTCDoubleToSeconds

Function Documentation

double parsing_utilities::convertUTCDoubleToSeconds(double utc_double)

Converts UTC time from the without-colon-delimiter format to the number-of-seconds-since-midnight format.

Parameters:

utc_double[in] Rrepresents UTC time in the without-colon-delimiter format

Returns:

Represents UTC time in the number-of-seconds-since-midnight format