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

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -