Funzione Now

Restituisce la data e l'ora di sistema come valore Data.

Sintassi:


Now

Valore restituito:

Data

Esempio:


  Sub ExampleNow
      MsgBox "Adesso è " & Now
  End Sub
note

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