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

Fri, 10 Jan 2025 10:16:56 GMT
See Also

DateTimeFormatInfo Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph