Now Function

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

Sintaxe:


Now

Valor de retorno:

Data

Exemplo:


  Sub ExampleNow
      msgbox "Agora son as " & Now
  End Sub
note

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


Precisamos da súa axuda!