NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TimeSpan.ToString

Converts a TimeSpan to a String.

Overload List

Converts the value of the current TimeSpan to a String.

[Visual Basic] Overloads Overrides Public Function ToString() As String
[C#] public override string ToString();
[C++] public: override String* ToString();
[JScript] public override function ToString() : String;

Converts the value of a specified TimeSpan to a String.

[Visual Basic] Overloads Public Shared Function ToString(TimeSpan) As String
[C#] public static string ToString(TimeSpan);
[C++] public: static String* ToString(TimeSpan);
[JScript] public static function ToString(TimeSpan) : String;

See Also

TimeSpan Structure | TimeSpan Members | System Namespace