Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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.