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.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DesignOnlyAttribute(True)>
<System.ComponentModel.ReadOnlyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DescriptionAttribute("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.")>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public Property RFC1123Pattern As System.String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DateTimeFormatInfoWrapper
Dim value As System.String
instance.RFC1123Pattern = value
value = instance.RFC1123Pattern |
C# | |
---|
[System.ComponentModel.DesignOnlyAttribute(true)]
[System.ComponentModel.ReadOnlyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("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.")]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public System.string RFC1123Pattern {get; set;} |
Delphi | |
---|
public read-write property RFC1123Pattern: System.String; |
JScript | |
---|
System.ComponentModel.DesignOnlyAttribute()
System.ComponentModel.ReadOnlyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DescriptionAttribute("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.")
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
System.ComponentModel.NotifyParentPropertyAttribute()
public function get,set RFC1123Pattern : System.String |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DesignOnlyAttribute(true)]
[System.ComponentModel.ReadOnlyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("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.")]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property System.string* get_RFC1123Pattern();
public: __property void set_RFC1123Pattern(
System.string* value
); |
C++/CLI | |
---|
[System.ComponentModel.DesignOnlyAttribute(true)]
[System.ComponentModel.ReadOnlyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("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.")]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property System.String^ RFC1123Pattern {
System.String^ get();
void set ( System.String^ value);
} |
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.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also