Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a release version from major and minor versions.
Syntax
server public static sysReleasedVersion majorMinorEtc2sysReleasedVersion(
int myMajor,
int myMinor,
int myBuild,
int myDotBuild,
boolean roundUp,
ReleaseUpdateTmpVersionInfo releaseUpdateTmpVersionInfo)
Run On
Server
Parameters
- myMajor
Type: int
The major version.
- myMinor
Type: int
The minor version.
- myBuild
Type: int
The build version.
- myDotBuild
Type: int
- roundUp
Type: boolean
A Boolean value that indicates whether to set a round up.
- releaseUpdateTmpVersionInfo
Type: ReleaseUpdateTmpVersionInfo Table
A ReleaseUpdateTmpVersionInfo value.
Return Value
Type: sysReleasedVersion Enumeration
The release version.