Converts the value of a specified TimeSpan to a String.
[Visual Basic] Overloads Public Shared Function ToString( _ ByVal time As TimeSpan _ ) As String [C#] public static string ToString( TimeSpan time ); [C++] public: static String* ToString( TimeSpan time ); [JScript] public static function ToString( time : TimeSpan ) : String;
A string representation of the current TimeSpan.
The return value has the following format +
TimeSpan Structure | TimeSpan Members | System Namespace | TimeSpan.ToString Overload List