[This is preliminary documentation and is subject to change.]
Returns the specified instance of TimeSpanFormattable.
Namespace: ToolsAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public static TimeSpanFormattable operator +( TimeSpanFormattable t ) |
| Visual Basic |
|---|
Public Shared Operator + ( _ t As TimeSpanFormattable _ ) As TimeSpanFormattable |
| Visual C++ |
|---|
public: static TimeSpanFormattable operator +( TimeSpanFormattable t ) |
| F# |
|---|
static let inline (+) t:TimeSpanFormattable : TimeSpanFormattable |
| JScript |
|---|
|