How to make my timer tick as fast as system clock?

Clock.Minute, Clock.Second etc may has a delay because parsing can take some milliseconds (even it looks instantly). Maybe you can reach to the system clock by only displaying instant. I know you won’t able to read minute and second from an instant, but at least you will reduce task time.

1 Like