NAnt SDK Documentation - v0.92

VersionFunctions.GetMinor Method 

Gets the value of the minor component of a given version.

[Visual Basic]
<Function(Name:="get-minor")>
Public Shared Function GetMinor( _
   ByVal version As Version _
) As Integer
[C#]
[Function(Name="get-minor")]
public static int GetMinor(
   Version version
);

Parameters

version
A version.

Return Value

The minor version number.

See Also

VersionFunctions Class | NAnt.Core.Functions Namespace | GetVersion | GetVersion | GetVersion