Returns a DateTimeFormatInfo object that formats values based on the CultureInfo of the current thread.
[Visual Basic] Public Shared ReadOnly Property CurrentInfo As DateTimeFormatInfo [C#] public static DateTimeFormatInfo CurrentInfo {get;} [C++] public: __property static DateTimeFormatInfo* get_CurrentInfo(); [JScript] public static function get CurrentInfo() : DateTimeFormatInfo;
Returns a DateTimeFormatInfo object from the current locale.
It is not possible to set the properties on the culture-specific DateTimeFormatInfo object that is returned.
See DateTimeFormatInfo for details.
DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace