Retrieves the pattern associated with the 'r' and 'R' format characters. It represents the RFC standard. [ls3]
[Visual Basic] Overridable Public ReadOnly Property RFC1123Pattern As String [C#] public string RFC1123Pattern {virtual get;} [C++] public: __property virtual String* get_RFC1123Pattern(); [JScript] public function get RFC1123Pattern() : String;
A string describing the RFC standard. The default value is "HH:mm:ss".
DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace