DateTimeFormatInfo.CurrentInfo Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a read-only DateTimeFormatInfo object that represents the date and time formatting information for the current culture.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Globalization.DateTimeFormatInfoA read-only DateTimeFormatInfo object based on the CultureInfo object for the current thread. It is identical to retrieving the DateTimeFormatInfo object returned by the CultureInfo.CurrentCulture.DateTimeFormat property.
Show: