DateTime.Time() Method
Version: Available or changed with runtime version 14.0.
Gets the time part.
Syntax
Time := DateTime.Time()
Note
This method can be invoked using property access syntax.
Parameters
DateTime
Type: DateTime
An instance of the DateTime data type.
Return Value
Time
Type: Time
The time part.
Related information
DateTime Data Type
Getting Started with AL
Developing Extensions