Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8187431
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T02:33:35+00:00 2026-06-07T02:33:35+00:00

What happens if I set the interval on a System.Timers.Timer to .5 ? This

  • 0

What happens if I set the interval on a System.Timers.Timer to .5 ?

This is some more text that I’m adding so the stupid filter will let me post this question.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T02:33:37+00:00Added an answer on June 7, 2026 at 2:33 am

    Typically, nothing. In general, the timers within Windows are only accurate to a specific interval, somewhere around 15ms. Anything smaller than that will normally just cause the timer to fire once every 14-15ms or so.

    That being said, the framework isn’t Windows-only. On a different real time operating system, you could potentially get the timer to raise events more frequently than once every millisecond. The framework API doesn’t assume that you’ll be dealing with the limitations of non-real time operating systems, even though practically this is the case (most of the time).

    Note that, internally, System.Timers.Timer actually uses a System.Threading.Timer for its implementation, which uses an Int32 for period and dueTime. As such, it is impossible for the Windows version to have non-integer timings. The framework uses Math.Ceiling on the Interval passed, so you would get a 1ms interval. That being said, this is an implementation detail, so not something that would or should be relied upon in general.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For some part of my project I need a process-local scheduling system that will
Basically, some internal check that happens in the static System.Linq.Expressions.Expression.Bind() method says Method is
Many times I needed a set of pointers. Every time that happens, I end
i am trying to show different notifications after some time interval but what happens
I'm curious to know what happens if I set the parameter count in cudaMemcpyAsync
What happens in the following code? Does the synchronization work? This is an interview
What happens to http requests that are being processed when you stop or restart
Django happens to have a Signals system built in and it would be quite
When an managed object is fetched, and the staleness interval is set to 5
I would like to see if you could orient me. It happens that I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.