ComputerInfo.BiosReleaseDate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Release date of the Windows BIOS
public:
property Nullable<DateTime> BiosReleaseDate { Nullable<DateTime> get(); };
public DateTime? BiosReleaseDate { get; }
member this.BiosReleaseDate : Nullable<DateTime>
Public ReadOnly Property BiosReleaseDate As Nullable(Of DateTime)