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

Copy CTor

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

Syntax

C#
public TimeSpanFormattable(
	TimeSpanFormattable a
)
Visual Basic
Public Sub New ( _
	a As TimeSpanFormattable _
)
Visual C++
public:
TimeSpanFormattable(
	TimeSpanFormattable a
)
F#
new : 
        a:TimeSpanFormattable -> TimeSpanFormattable
JScript
public function TimeSpanFormattable(
	a : TimeSpanFormattable
)

Parameters

a
Type: Tools..::..TimeSpanFormattable
Instance to be used to initialize a new instance

See Also