# Raccoon.Devkits.HighResolutionTimer **Repository Path**: lhrbu/Raccoon.Devkits.HighResolutionTimer ## Basic Information - **Project Name**: Raccoon.Devkits.HighResolutionTimer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-14 - **Last Updated**: 2022-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### Install ```shell dotnet add package Raccoon.Devkits.HighResolutionTimer ``` #### Usage ```c# HTimer timer = new(); TimeSpan timeSpan = TimeSpan.FromSeconds(1); TimeSpan error = timer.Wait(timeSpan); ```