TimestampHelper ClassTable of ContentTimestampHelper Methods

The TimestampHelper type exposes the following members.

Methods

  NameDescription
Public methodStatic memberTicksToMicroseconds
Returns the number of whole microseconds represented by the specified number of ticks.
Public methodStatic memberTicksToMilliseconds
Returns the number of whole milliseconds represented by the specified number of ticks.
Public methodStatic memberTicksToSeconds
Returns the number of whole seconds represented by the specified number of ticks.

Properties

  NameDescription
Public propertyStatic memberTicks
Gets the number of ticks provided by the high-resolution performance counter.
Public propertyStatic memberTicksPerMicrosecond
Represents the number of ticks in 1 microsecond.
Public propertyStatic memberTicksPerMillisecond
Represents the number of ticks in 1 millisecond.
Public propertyStatic memberTicksPerSecond
Represents the number of ticks in 1 second.

See Also