Name | Description | |
---|---|---|
![]() ![]() | Disabled | Disables the hires clock. |
![]() ![]() | Frequency | Return the frequency of the ticks. |
![]() ![]() | TickCount | A monotonic tick count in milliseconds as a 32 bit signed number. It starts at 0 when the system starts. After 24.9 days it wraps around to negative numbers. It wraps around completely every 49.7 days. |
![]() ![]() | TickCount64 | Returns a monotonic increasing tick count in milliseconds. |
![]() ![]() | Ticks | Returns a monotonic increasing tick count based on the frequency of the underlying timer. |
![]() ![]() | TicksPerMillisecond | Return the number of ticks per millisecond. |
![]() ![]() | UtcNow | Returns the current UTC time with a high resolution. |