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 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;

Return Value

A string representation of the current TimeSpan.

Remarks

The return value has the following format +

See Also

TimeSpan Structure | TimeSpan Members | System Namespace | TimeSpan.ToString Overload List