Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.1 KB

File metadata and controls

40 lines (34 loc) · 1.1 KB
title description ms.author ms.date ms.topic author ms.reviewer
Version.Minor() Method
Gets the minor number of the version.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

Version.Minor() Method

Version: Available or changed with runtime version 1.0.

Gets the minor number of the version.

Syntax

MinorVersion :=   Version.Minor()

Note

This method can be invoked using property access syntax.

Parameters

Version
 Type: Version
An instance of the Version data type.

Return Value

MinorVersion
 Type: Integer
The minor version number of the version.

See Also

Version Data Type
Get Started with AL
Developing Extensions