Bridge

DateTimeFormatInfo..::..RFC1123Pattern Property

Gets the custom format string for a time value that is based on the Internet Engineering Task Force (IETF) Request for Comments (RFC) 1123 specification.

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

Syntax


[FieldPropertyAttribute]
[NameAttribute]
public string RFC1123Pattern { get; set; }
<FieldPropertyAttribute> _
<NameAttribute> _
Public Property RFC1123Pattern As String
	Get
	Set
[FieldPropertyAttribute]
[NameAttribute]
public:
property String^ RFC1123Pattern {
	String^ get ();
	void set (String^ value);
}

Return Value

The custom format string for a time value that is based on the IETF RFC 1123 specification.