DateTimeFormatInfo::CurrentInfo Property
.NET Framework (current version)
Gets a read-only DateTimeFormatInfo object that formats values based on the current culture.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Globalization::DateTimeFormatInfo^A read-only DateTimeFormatInfo object based on the CultureInfo object for the current thread.
The DateTimeFormatInfo object returned by the CurrentInfo property reflects user overrides.
The following example uses the CurrentInfo property to retrieve a DateTimeFormatInfo object that represents the formatting conventions of the current culture, which in this case is the en-US culture. It then displays the format string and the result string for six formatting properties.
Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: