Now Function/text/sbasic/shared/03030203.xhpNow function
Now Function
Returns the current system date and time as a Date value.NowDateSub ExampleNow MsgBox "It is now " & NowEnd SubThe Now function measures time in seconds. To measure time in milliseconds use the Timer service.