Now Function

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

Notkun:

Now

Skilagildi:

Date

Dæmi:

Sub ExampleNow

    msgbox "It is now " & Now

End Sub