PowerSNMP for .NET CF
TimeTicks Constructor(String)
See Also  Send comments on this topic.
Dart.Snmp.SimpleType Namespace > TimeTicks Class > TimeTicks Constructor : TimeTicks Constructor(String)




ticks
The initial value given to this object.
Initializes a new instance of the TimeTicks class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal ticks As String _
)
Visual Basic (Usage)Copy Code
Dim ticks As String
 
Dim instance As New TimeTicks(ticks)
C# 
public TimeTicks( 
   string ticks
)
Managed Extensions for C++ 
public: TimeTicks( 
   string* ticks
)
C++/CLI 
public:
TimeTicks( 
   String^ ticks
)

Parameters

ticks
The initial value given to this object.

Exceptions

ExceptionDescription
System.ArgumentNullExceptionticks is a null reference.
System.OverflowExceptionticks is less than UInt32.MinValue or greater than UInt32.MaxValue.

Remarks

This class is typically used to represent the length of time a network entity has been active.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.