RFC1123Pattern Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public ReadOnly Property RFC1123Pattern As String
public string RFC1123Pattern { get; }
public:
property String^ RFC1123Pattern {
    String^ get ();
}
member RFC1123Pattern : string with get
function get RFC1123Pattern () : String

Property Value

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

Remarks

The RFC1123Pattern property defines the culture-specific format of date strings that are returned by calls to the DateTime..::..ToString and DateTimeOffset.ToString methods and by composite format strings that are supplied the "r" and "R" standard format strings.

.NET Framework Security

See Also

Reference

DateTimeFormatInfo Class

System.Globalization Namespace