NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTimeFormatInfo.RFC1123Pattern

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;

Property Value

A string describing the RFC standard. The default value is "HH:mm:ss".

See Also

DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace