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.

How to find out if a Timer is running?

If I have an instance of a System.Timers.Timer that has a long interval - say 1 minute, how can …

.net timer
Calculating elapsed time in a C program in milliseconds

I want to calculate the time in milliseconds taken by the execution of some part of my program. I've been …

c unix time system timer
How can I make a 10 second countdown timer before a download button link appears?

On a download page, I would like to have it so that when the page loads, a 10 second timer automatically …

javascript timer download countdown
how to change timespan variable to a integer type?

I'm trying to convert timespan variable into an integer variable using 'parse'. I get an error that says: Format exception …

c# casting timer datepicker dynamic-data
How to use the .NET Timer class to trigger an event at a specific time?

I would like to have an event triggered in my app which runs continuously during the day at a certain …

c# .net timer
Android timer updating a textview (UI)

I'm using a timer to create a stop watch. The timer works by increasing a integer value. I want to …

java android timer
.NET, event every minute (on the minute). Is a timer the best option?

I want to do stuff every minute on the minute (by the clock) in a windows forms app using c#. …

c# timer system.reactive
fade out div after x seconds with jquery

I do a fade in div that is not displayed when I load the page: $('#overlay').fadeIn('fast'); $('#…

jquery timer delay
Execute function after 5 seconds in Android

I am new in android development and now my launcher activity show only 5 seconds and after that I want to …

java android timer
Is there a Task based replacement for System.Threading.Timer?

I'm new to .Net 4.0's Tasks and I wasn't able to find what I thought would be a Task based …

c# .net-4.0 timer timeout task-parallel-library