[This is preliminary documentation and is subject to change.]

Namespace: Tools
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public static implicit operator TimeSpanFormattable (
	TimeSpan a
)
Visual Basic
Public Shared Widening Operator CType ( _
	a As TimeSpan _
) As TimeSpanFormattable
Visual C++
static implicit operator TimeSpanFormattable (
	TimeSpan a
)
F#
F# does not support the declaration of new casting operators.
JScript
JScript does not support the declaration of new casting operators.

Parameters

a
Type: System..::..TimeSpan
TimeSpan to be converted

Return Value

TimeSpanFormattable with the same value as a

See Also