Click or drag to resize

TimeTicks Class

TimeTicks type.
Inheritance Hierarchy
SystemObject
  Lextm.SharpSnmpLibTimeTicks

Namespace: Lextm.SharpSnmpLib
Assembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntax
public sealed class TimeTicks : ISnmpData, 
	IEquatable<TimeTicks>

The TimeTicks type exposes the following members.

Constructors
 NameDescription
Public methodTimeTicks(TimeSpan) Creates a TimeTicks instance with TimeSpan.
Public methodTimeTicks(UInt32) Creates a TimeTicks instance with a specific count.
Public methodTimeTicks(TupleInt32, Byte, Stream) Initializes a new instance of the TimeTicks class.
Top
Properties
 NameDescription
Public propertyTypeCode Type code.
Top
Methods
 NameDescription
Public methodAppendBytesTo Appends the bytes to Stream.
Public methodEquals(Object) Determines whether the specified Object is equal to the current TimeTicks.
(Overrides ObjectEquals(Object))
Public methodEquals(TimeTicks) Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a String that represents this TimeTicks.
(Overrides ObjectToString)
Public methodToTimeSpan Returns TimeSpan representation.
Public methodToUInt32 Returns an Int32 that represents the current TimeTicks
Top
Operators
 NameDescription
Public operatorStatic memberEquality(TimeTicks, TimeTicks) The equality operator.
Public operatorStatic memberInequality(TimeTicks, TimeTicks) The inequality operator.
Top
Extension Methods
 NameDescription
Public Extension MethodToBytes Converts ISnmpData to a byte array.
(Defined by SnmpDataExtension)
Top
Remarks
Represents SNMP TimeTicks type.
See Also