ToString Method (TimeSpan)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns a numeric string representing the number of seconds in the specified duration.

Namespace:  Ws.Services.Utilities
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Public Function ToString ( _
    timeSpan As TimeSpan _
) As String
public string ToString(
    TimeSpan timeSpan
)
public:
String^ ToString(
    TimeSpan timeSpan
)
member ToString : 
        timeSpan:TimeSpan -> string 
public function ToString(
    timeSpan : TimeSpan
) : String

Parameters

Return Value

Type: System. . :: . .String
The number of seconds in this duration

.NET Framework Security

See Also

Reference

WsDuration Class

ToString Overload

Ws.Services.Utilities Namespace