If the elapsed time was written in HH:MM:SS.T form (where
HH==hours, MM==minutes, SS==seconds, and T==10ths of seconds), this
method returns the number of hours (or HH above).
If the elapsed time was written in HH:MM:SS.T form (where
HH==hours, MM==minutes, SS==seconds, and T==10ths of seconds), this
method returns the number of minutes (or MM above).
If the elapsed time was written in HH:MM:SS.T form (where
HH==hours, MM==minutes, SS==seconds, and T==10ths of seconds), this
method returns the number of seconds (or SS above).
If the elapsed time was written in HH:MM:SS.T form (where
HH==hours, MM==minutes, SS==seconds, and T==10ths of seconds), this
method returns the number of 10ths of seconds (or T above).