Now Function

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

Syntax:

Now

वापसी मूल्य:

तारीख़

उदाहरण:

Sub ExampleNow

    MsgBox "It is now " & Now

End Sub