c# - use dateTimePIcker to set timer interval -


I want to use dateTimerPicker time format {mm: ss} and want to use it in timer.interval.

means repeating dateTimePicker value and repeating it again.

Any thoughts?

Use this:

  timer. Interval = DateTime Picture Value.TimedFime millisecond    

Comments

Popular posts from this blog

android - How can I execute default sms app? -

jquery .css('text-decoration') doesn't work from parents -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -