Maximum Timer interval

后端 未结 9 1324
心在旅途
心在旅途 2021-01-04 01:58

The maximum interval of timer is 2,147,483,647. it\'s about 25 days. But in my requirements I need that the timer will wait 30 days. How can I resolve it? Please help.

9条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-04 02:24

    I highly suggested using the Windows Scheduled Task feature, especially if this is intended to run something on the same day each month, as months vary between 28 and 31 days.

提交回复
热议问题