Bridge

DateTimeFormatInfo..::..CurrentInfo Property

Gets a read-only DateTimeFormatInfo object that formats values based on the current culture.

Namespace:  System.Globalization
Assembly:  Bridge (in Bridge.dll)

Syntax


[FieldPropertyAttribute]
public static DateTimeFormatInfo CurrentInfo { get; }
<FieldPropertyAttribute> _
Public Shared ReadOnly Property CurrentInfo As DateTimeFormatInfo
	Get
[FieldPropertyAttribute]
public:
static property DateTimeFormatInfo^ CurrentInfo {
	DateTimeFormatInfo^ get ();
}

Return Value

A read-only DateTimeFormatInfo object based on the CultureInfo object for the current thread.