Now Function

ν˜„μž¬ μ‹œμŠ€ν…œ λ‚ μ§œμ™€ μ‹œκ°„μ„ Date κ°’μœΌλ‘œ κ΅¬ν•©λ‹ˆλ‹€.

Syntax:


Now

Return value:

λ‚ μ§œ

Example:


  Sub ExampleNow
      msgbox "It is now " & Now
  End Sub
note

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