Gets the default read-only System.Globalization.DateTimeFormatInfo object that is culture-independent (invariant).
A read-only System.Globalization.DateTimeFormatInfo instance.
This property does not change, regardless of the current culture. Because of this, the invariant culture's System.Globalization.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 System.Globalization.DateTimeFormatInfo object of the invariant culture and saved. It can then be parsed by using the invariant culture's System.Globalization.DateTimeFormatInfo object.