PowerSNMP for .NET
TimeTicks Constructor(Int64)




The initial value given to this object. An Int64 is used because UInt32 is not CLS-compliant.
Initializes a new instance of the TimeTicks class.
Syntax
Public Function New( _
   ByVal ticks As Long _
)
Dim ticks As Long
 
Dim instance As New TimeTicks(ticks)
public TimeTicks( 
   long ticks
)
public: TimeTicks( 
   long ticks
)
public:
TimeTicks( 
   int64 ticks
)

Parameters

ticks
The initial value given to this object. An Int64 is used because UInt32 is not CLS-compliant.
Exceptions
ExceptionDescription
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.

See Also

Reference

TimeTicks Class
TimeTicks Members
Overload List


PowerSNMP for .NET Documentation Version 8.0
© 2024 Dart Communications. All Rights Reserved.
Send comments on this topic