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

qt - switch/case statement in C++ with a QString type -

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

Python's equivalent for Ruby's define_method? -