Constructor. Initialize the TimeTicks class to unsigned integer value supplied.

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

Syntax

C#
public TimeTicks(
	uint value
)
Visual Basic (Declaration)
Public Sub New ( _
	value As UInteger _
)
Visual C++
public:
TimeTicks(
	unsigned int value
)

Parameters

value
Type: System..::.UInt32
Unsigned 32-bit integer value

See Also