Time.Minute() Method
Version: Available or changed with runtime version 14.0.
Gets the minute component of the time represented by this instance.
Syntax
Minute := Time.Minute()
Note
This method can be invoked using property access syntax.
Parameters
Time
Type: Time
An instance of the Time data type.
Return Value
Minute
Type: Integer
The minute component, expressed as a value between 0 and 59.
Related information
Time Data Type
Getting Started with AL
Developing Extensions