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