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 (TimeSpan)

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;

Parameters

time
A TimeSpan value.

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