ComputerInfo.OsLocalDateTime 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.
Operating system version of the local date and time-of-day
public:
property Nullable<DateTime> OsLocalDateTime { Nullable<DateTime> get(); };
public DateTime? OsLocalDateTime { get; }
member this.OsLocalDateTime : Nullable<DateTime>
Public ReadOnly Property OsLocalDateTime As Nullable(Of DateTime)