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

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

Syntax

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

Parameters

value
Type: SnmpSharpNet..::.TimeTicks
TimeTicks class to convert to TimeSpan

Return Value

TimeSpan value representing the value of TimeTicks class.

See Also