System.Globalization Namespace DateTimeFormatInfo Class
Gets the format pattern for a time value, which is based on the Internet Engineering Task Force ( IETF ) Request for Comments ( RFC ) 1123 specification and is associated with the 'r' and 'R' format characters.
[ VB ]
public ReadOnly Property RFC1123Pattern As String
[ C# ]
public string RFC1123Pattern {get;}
[ C++ ]
public: __property String* get_RFC1123Pattern ( );
[ JScript ]
function get RFC1123Pattern ( ) : String;
The format pattern for a time value, which is based on the IETF RFC 1123 specification and is associated with the 'r' and 'R' format characters.
The RFC1123Pattern applies the same pattern for each of the available cultures, which is
ddd, dd MMM yyyy HH':'mm':'ss 'GMT'
and for the current date and time returns
Fri, 10 Jan 2025 10:16:56 GMT
DateTimeFormatInfo Members