DateTimeFormatInfo..::..RFC1123Pattern Property
Gets the custom format string for a time value that is based on the Internet Engineering Task Force (IETF) Request for Comments (RFC) 1123 specification.
Namespace:
System.GlobalizationAssembly: Bridge (in Bridge.dll)
Syntax
[FieldPropertyAttribute] [NameAttribute] public string RFC1123Pattern { get; set; }
<FieldPropertyAttribute> _ <NameAttribute> _ Public Property RFC1123Pattern As String Get Set
[FieldPropertyAttribute] [NameAttribute] public: property String^ RFC1123Pattern { String^ get (); void set (String^ value); }