DateTimeFormatInfo.InvariantInfo Property
Gets the default read-only DateTimeFormatInfo object that is culture-independent (invariant).
Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Globalization.DateTimeFormatInfoA read-only object that is culture-independent (invariant).
This property does not change, regardless of the current culture. Because of this, the invariant culture's DateTimeFormatInfo object can be used to produce consistent, culture-independent results in parsing and formatting operations on data that is multi-cultural. For example, if date and time data from multiple cultures is to be persisted in string form, it can be formatted by using the DateTimeFormatInfo object of the invariant culture and saved. It can then be parsed by using the invariant culture's DateTimeFormatInfo object.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.