calculate milliseconds with timer Tick in c# -


i want display milliseconds in label timer_tick event. if initialize timer.interval 1, cant actual millisecond.

windows , c# not created realtime environment. timer not guaranteed trigger on exact millisecond set in properties.

aside that, typical lcd displays, nowadays run on 60 hz. refresh interval larger 1 millisecond. means cannot display milliseconds in label on display has refresh rate smaller 1000 hz.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -