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