PowerSNMP for .NET CF
TimeTicks Class
Members  See Also  Send comments on this topic.
Dart.Snmp.SimpleType Namespace : TimeTicks Class




A tagged type representing an unsigned 32-bit integer that counts the time in hundredths of a second since some reference epoch.

Object Model

TimeTicks Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class TimeTicks 
   Inherits UInteger
Visual Basic (Usage)Copy Code
Dim instance As TimeTicks
C# 
public sealed class TimeTicks : UInteger 
Managed Extensions for C++ 
public __gc __sealed class TimeTicks : public UInteger 
C++/CLI 
public ref class TimeTicks sealed : public UInteger 

Remarks

ASN.1 TimeTicks Type. UInt32, Application and Primitive.

Inheritance Hierarchy

System.Object
   Dart.Snmp.TaggedType
      Dart.Snmp.SimpleTaggedType
         Dart.Snmp.SimpleType.UInteger
            Dart.Snmp.SimpleType.TimeTicks

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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