หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Version: Available or changed with runtime version 1.0.
Gets the current DateTime.
Syntax
Datetime := System.CurrentDateTime()
Note
This method can be invoked using property access syntax.
Note
This method can be invoked without specifying the data type name.
Return Value
Datetime
Type: DateTime
Example
var
TestDateTime : DateTime;
TestDateTime := CurrentDateTime;
Message(Format(TestDateTime));
The message window displays the current date and time.