Try something like this: #include <Date.au3> #include <GuiDateTimePicker.au3> #include <GUIConstantsEx.au3> #include <StaticConstants.au3> Local $hGUI = GUICreate("Timer", 320, 80) $hTimer01 = _GUICtrlDTP_Create($hGUI, 5, 15, 100, 21, $DTS_UPDOWN) _ConfigTimer($hTimer01, @HOUR, @MIN, @SEC) $hTimer02 = _GUICtrlDTP_Create($hGUI, 110, 15, 100, 21, $DTS_UPDOWN) _ConfigTimer($hTimer02) $hTimer03 = GUICtrlCreate