Top "Timer" questions

Timer is a component that has the functionality to trigger a user defined action at regular intervals as configured by the user.

Is gettimeofday() guaranteed to be of microsecond resolution?

I am porting a game, that was originally written for the Win32 API, to Linux (well, porting the OS X …

linux winapi visual-c++ unix timer
How to access the HttpServerUtility.MapPath method in a Thread or Timer?

I use a System.Timers.Timer in my Asp.Net application and I need to use the HttpServerUtility.MapPath method …

.net asp.net timer httpcontext
Is it necessary to dispose System.Timers.Timer if you use one in your application?

I am using System.Timers.Timer class in one of the classes in my application. I know that Timer class …

c# .net timer dispose
Javascript timer just for minutes and seconds

I found a JSFiddle with a timer that counts up every second. Except i want this to work with just …

javascript timer jsfiddle stopwatch
Android Java : How to subtract two times?

I use some kind of stopwatch in my project and I have start time ex: 18:40:10 h stop time ex: 19:05:15 h …

java android timer subtraction
How Do I write a Timer in Objective-C?

I am trying to make a stop watch with NSTimer. I gave the following code: nst_Timer = [NSTimer scheduledTimerWithTimeInterval:0.001 target:…

iphone objective-c timer nsdate nstimer
If mouse over for over 2 seconds then show else don't?

Here is a jQuery slide function I have applied to a div on hover in order to slide a button …

jquery html css timer slidedown
Is there a more accurate way to create a Javascript timer than setTimeout?

Something that has always bugged me is how unpredictable the setTimeout() method in Javascript is. In my experience, the timer …

javascript timer
VBA: How do I really stop Application.onTime()?

I have already read some questions/threads (e.g. this and this) about how to stop the VBA Application.OnTime …

vba excel timer ontime
Launch a local notification at a specific time in iOS

I am trying to create a timer which triggers a local notification to go off at a time that the …

ios swift time timer uilocalnotification