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
- timeSpan
Type: System. . :: . .TimeSpan
The time value used to create the duration.
Return Value
Type: System. . :: . .String
The number of seconds in this duration
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.