The TimeTicks type exposes the following methods.
Operators
| Member | Description | |
|---|---|---|
| Clone()()() |
Creates a new object that is a duplicate of the
current object.
(Overrides UInteger32..::.Clone()()().) | |
| CompareTo(UInteger32) |
Compare implementation that will compare this class value with the value of another UInteger32 class.
(Inherited from UInteger32.) | |
| CompareTo(UInt32) |
Compare implementation that will compare this class value with argument UInt32 value.
(Inherited from UInteger32.) | |
| decode(array<Byte>[]()[], Int32) | Used to decode the integer value from the ASN.1 buffer.
The passed encoder is used to decode the ASN.1 information
and the integer value is stored in the internal object.
(Inherited from UInteger32.) | |
| encode(MutableByte) | Used to encode the integer value into an ASN.1 buffer.
The passed encoder defines the method for encoding the
data.
(Inherited from UInteger32.) | |
| Equals(Object) |
Compare class value against the object argument. Supported argument types are
UInteger32 and Int32.
(Inherited from UInteger32.) | |
| Explicit(TimeTicks) |
Operator to allow explicit conversion of TimeTicks class to a TimeSpan class.
| |
| GetHashCode()()() |
Return hash code for the class.
(Overrides UInteger32..::.GetHashCode()()().) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Set(AsnType) |
SET class value from another UInteger32 or Integer32 class cast as .
(Inherited from UInteger32.) | |
| Set(String) |
Parse an UInteger32 value from a string.
(Inherited from UInteger32.) | |
| ToString()()() |
Returns the string representation of the object.
(Overrides UInteger32..::.ToString()()().) |