Now Function

Trả về ngày tháng hệ thống hiện thời dạng giá trị Ngày.

Syntax:

Now

Return value:

Ngày

Example:

Sub ExampleNow
    msgbox "Bây giờ có " & Now
End Sub
note

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


Please support us!