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 use timer in C?

What is the method to use a timer in C? I need to wait until 500 ms for a job. Please …

c timer countdowntimer
System.Threading.Timer in C# it seems to be not working. It runs very fast every 3 second

I've a timer object. I want it to be run every minute. Specifically, it should run a OnCallBack method and …

c# .net timer
WPF Timer Like C# Timer

Where can I find a control which is like the C# Timer Control in WPF?

c# wpf timer
Changing the interval of SetInterval while it's running

I have written a javascript function that uses setInterval to manipulate a string every tenth of a second for a …

javascript timer setinterval
Create a simple 10 second countdown

I would like a line that says: Your download will begin in (10, 9, 8, etc. Beginning on page load) seconds. I already …

javascript html timer
How to use Timer class to call a method, do something, reset timer, repeat?

I'm a Java beginner and have been futzing around with various solutions to this problem and have gotten myself kind …

java timer scheduled-tasks
How do I schedule a task to run at periodic intervals?

I was trying some codes to implement a scheduled task and came up with these codes . import java.util.*; class …

java timer schedule
Start and stop a timer PHP

I need some information regarding starting and stopping a timer in PHP. I need to measure the elapsed time from …

php timer
Javascript: Call a function after specific time period

In JavaScript, How can I call a function after a specific time interval? Here is my function I want to …

javascript function timer
How to get duration, as int milli's and float seconds from <chrono>?

I'm trying to use chrono library for timers and durations. I want to be able to have a Duration frameStart; ( …

c++ c++11 timer chrono