Now Function

以「日期」值的形式返回当前的系统日期与时间。

语法:


Now

返回值:

日期

示例:


  Sub ExampleNow
      MsgBox "现在是 " & Now
  End Sub
note

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


请支持我们!