Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Gets the current DateTime.
Syntax
DateTime := CURRENTDATETIME
Property Value/Return Value
Type: DateTime
The current DateTime.
Example
This example requires that you create a DateTime variable named TestDateTime.
TestDateTime := CURRENTDATETIME;
MESSAGE(Format(TestDateTime));
The message window displays the current date and time.