asp.net.ph

DateTimeFormatInfo.RFC1123Pattern Property

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;

Property Value

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.

Remarks

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

Wed, 04 Jun 2025 21:23:23 GMT
See Also

DateTimeFormatInfo Members Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note