Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. How to work with timer control in C#

How to work with timer control in C#

Scheduled Pinned Locked Moved C#
csharpdatabasetutorialquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kalyanhere
    wrote on last edited by
    #1

    My query is i have some data which i want to run every 5 minutes for 6 hours duration right from 8am to 2pm for about a month. the data should run only on those specified duration else the timer should stop. how can i proceed this with the timer control kalyan -- modified at 3:55 Monday 8th May, 2006

    C 1 Reply Last reply
    0
    • K kalyanhere

      My query is i have some data which i want to run every 5 minutes for 6 hours duration right from 8am to 2pm for about a month. the data should run only on those specified duration else the timer should stop. how can i proceed this with the timer control kalyan -- modified at 3:55 Monday 8th May, 2006

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Well, I guess DateTime.Now to work out if it's inside the timeframe you want, and run the timer in shorter intervals if it's vital it start at exactly 8 am, then set it to run every five minutes until 2 pm is passed. Christian Graus - Microsoft MVP - C++

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups