How would I go about implementing a stopwatch with different speeds?

Posted by James on Stack Overflow See other posts from Stack Overflow or by James
Published on 2010-05-18T12:29:29Z Indexed on 2010/05/18 12:41 UTC
Read the original article Hit count: 164

Filed under:
|
|

Ideally I would like to have something similar to the Stopwatch class but with an extra property called Speed which would determine how quickly the timer changes minutes. I am not quite sure how I would go about implementing this.

Edit

Since people don't quite seem to understand why I want to do this. Consider playing a soccer game, or any sport game. The halfs are measured in minutes, but the time-frame in which the game is played is significantly lower i.e. a 45 minute half is played in about 2.5 minutes.

© Stack Overflow or respective owner

Related posts about c#

Related posts about stopwatch