xtd 0.2.0
Loading...
Searching...
No Matches

◆ build()

int32 xtd::version::build ( ) const
noexcept

Gets the value of the build component of the version number for the current xtd::version object.

Returns
The build number, or -1 if the build number is undefined.
Remarks
For example, if the version number is 6.2.1.3, the build number is 1. If the version number is 6.2, the build number is undefined.