|
Class Reference
%SYSTEM.Version
|
|
![]() |
|||
Private Storage |
This class provides various product version information.
You can use it via the special $system object:
Write $system.Version.GetBuildOS()
|
|
|
Return all the feature codes stored in $zversion(0)You can then test this for specific features using $zbitget(return,bit)
If you pass in a value for bit then this will test for this specific bit and return 1 if it is set otherwise 0.
Formats the version info according to the following format types:
- 0 - $ZV
- 1 - Product
- 2 - Product (Platform)
- 3 - Product (Platform) Version
- 4 - Product (Platform) Version (Build)
- 5 - Version (Build)
- Other - ""
Returns the date the product was built in $HOROLOG format.
Returns the build number for the product.
Returns the operating system for which the product was built.
Returns the time of day the product was built in $HOROLOG format.
Returns the build number for the specified component. (Deprecated)
Returns the build date for the specified component. (Deprecated)
Returns the operating system a Caché component was built for. (Deprecated)
Returns the Time of build for a Caché component. (Deprecated)
Returns the patch ID[s] included in a component of this version of Caché (Deprecated)
Returns the major version number of the Caché compiler.
Returns the minor version number of the Caché compiler.
Returns the major.minor version number of the Caché compiler.The system can only execute object code compiled with the same major version number. It can execute object code compiled with any minor version number that is less than or equal to the current minor version.
Returns a list of components used by the %Version class. (Deprecated)
Returns the major version number for the product.
Returns the minor version number for the product.
Returns the major.minor[.point] version number for the product.
Returns the OS for which the product was built.
Returns the patch ID[s] included in this version of the product;
Returns the platform for which the product was built.
Returns the point version number for the product.
Returns the product name.
Returns a string containing complete version information.
Is this Cache a 64-bit platform?Returns a boolean value which tells if the Cache is 64-bit platform.
Is this system built for a big endian platform?Returns a boolean value which tells if the platform uses big endian bit ordering.
Is this a single-user server kit?Returns a boolean value which tells if the product server is running a single-user evaluation (_SU) kit.
Is this a UNICODE system?Returns a boolean value which tells if the product server is a UNICODE system.