DateTimeFormatInfo.InvariantInfo Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the default read-only DateTimeFormatInfo that is culture-independent (invariant).
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Globalization.DateTimeFormatInfoThe default read-only DateTimeFormatInfo object that is culture-independent (invariant). It is identical to the DateTimeFormatInfo object returned by the CultureInfo.InvariantCulture.DateTimeFormat property.
Show: