Now Function

ត្រឡប់​កាល​បរិច្ឆេទ និង​ពេល​វេលា​របស់​ប្រព័ន្ធ​បច្ចុប្បន្ន​ជា​តម្លៃ កាល​បរិច្ឆេទ ។

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.