[This is preliminary documentation and is subject to change.]
Converts TimeSpan into TimeSpanFormattable
Namespace: ToolsAssembly: 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# |
|---|
|
| JScript |
|---|
|
Parameters
- a
- Type: System..::..TimeSpan
TimeSpan to be converted