Operator to allow explicit conversion of TimeTicks class to a TimeSpan class.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static explicit operator TimeSpan (
	TimeTicks value
)
Public Shared Narrowing Operator CType ( _
	value As TimeTicks _
) As TimeSpan
static explicit operator TimeSpan (
	TimeTicks^ value
)

Parameters

value
TimeTicks
TimeTicks class to convert to TimeSpan

Return Value

TimeSpan value representing the value of TimeTicks class.

See Also