Parses a string in the format of [d.]h:mm:ss[.ff] into a TimeSpan.
Public Function Parse( ByVal s As String ) As TimeSpan
This method will throw a FormatException exception if the string cannot be successfully parsed.
Project CorLib Overview
Class TimeSpanStatic Overview