Now Function

Returns the current system date and time as a Date value.

Syntax:


Now

Return value:

Датум

Example:


  Sub ExampleNow
      msgbox "It is now " & Now
  End Sub
note

The Now function measures time in seconds. To measure time in milliseconds use the Timer service.


Please support us!