iSMBIOS

iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows

View the Project on GitHub iAJTin/iSMBIOS

DmiProperty.Bios.BiosReleaseDate property

Gets a value representing the key to retrieve the property value.

String number of the BIOS release date. The date string, if supplied, is in either mm/dd/yy or mm/dd/yyyy format. If the year portion of the string is two digits, the year is assumed to be 19yy. The mm/dd/yyyy format is required for SMBIOS version 2.3 and later.

Key Composition

Return Value

Type: String

Remarks

2.0+

public static IPropertyKey BiosReleaseDate { get; }

See Also