The TimestampHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | TicksToMicroseconds |
Returns the number of whole microseconds
represented by the specified number of ticks.
|
![]() ![]() | TicksToMilliseconds |
Returns the number of whole milliseconds
represented by the specified number of ticks.
|
![]() ![]() | TicksToSeconds |
Returns the number of whole seconds
represented by the specified number of ticks.
|
Properties
Name | Description | |
---|---|---|
![]() ![]() | Ticks |
Gets the number of ticks provided by
the high-resolution performance counter.
|
![]() ![]() | TicksPerMicrosecond |
Represents the number of ticks in 1 microsecond.
|
![]() ![]() | TicksPerMillisecond |
Represents the number of ticks in 1 millisecond.
|
![]() ![]() | TicksPerSecond |
Represents the number of ticks in 1 second.
|