I am writing my own simple count-up timer that could run on any Windows machine. I'm going to write it in VS Code using Angular and Node.JS, and TypeScript.
I would like to understand how to determine (programmatically) the number of tics in a single second on any machine. I primarily program in c#, so I thought I would start there.
My first thoughts : allow the computer to count up in whole numbers for one second and use that value somehow to create my timer.
I searched for this info in StackOverflow, but zero hits were returned.