Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.