| **Navigation:**  [[introduction.htm|Language Reference]] > 13 - Built-in Functions >====== SETCLOCK (set system time) ====== | [[setclipboard set windows clipboard contents .htm|{{btn_prev_n.gif|Previous page}}]][[introduction.htm|{{btn_home_n.gif|Return to chapter overview}}]][[setcommand set command line parameters .htm|{{btn_next_n.gif|Next page}}]] | | || **SETCLOCK(**//time//**)** {{blk2blue.jpg|blk2blue.jpg}} | **SETCLOCK** | Sets the DOS system clock. | | //time// | A numeric constant, variable, or expression for a standard time (expressed as hundredths of a second since midnight, plus one). | The **SETCLOCK** statement sets the operating system time of day. **Example:** **SETCLOCK(1)       !Set clock to midnight** **SETCLOCK(6001)    !Set clock to one minute past midnight** **See Also:** [[standard time.htm|Standard Time]] [[clock return system time .htm|CLOCK]]