Now Function

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

தொடரமைப்பு:

Now

Return value:

Date

எடுத்துக்காட்டு:

Sub ExampleNow

    MsgBox "It is now " & Now

End Sub