This is a new site that's currently running on alpha code. There are going to be bugs. If you discover any, please report them on the site's issues page (GitHub account required). Thanks.
Warning: Many URLs are going to change. Refer to the README file to discover which library project's documentation has been completed.
Project: System Information Unit.
Unit: PJSysInfo.
Class: TPJBiosInfo
Applies to: ~>5.32
function BiosReleaseDateInvariant: string;
Returns a string representation of the BIOS’ release date in the format that it is stored in the BIOS, regardless of locale.
According to the SMBIOS reference specification the data string must be in either mm/dd/yyyy
or mm/dd/yy
format. However, this is not checked.
Returns:
A string containing the release date.
Special return value:
If the returned date is in mm/dd/yy
format then the year is assumed to be 19yy
.
If the BIOS supports the SMBIOS reference specification v2.3 or later then the returned date is required to be in mm/dd/yyyy
format.
To get the date in a binary format suitable for formatting correctly for any locale, use the BiosReleaseDate method instead.