graph BT
Type-->Base0["ValueType"]
Type["RssDate"]
class Type type-node
Syntax
[Serializable]
public struct RssDate : ValueType
Attributes
Type |
Description |
SerializableAttribute |
|
Constructors
Properties
Name |
Value |
Summary |
HasValue |
bool |
|
Value |
DateTime |
|
ValueRfc822 |
string |
Gets and sets the DateTime using RFC-822 date format.
For serialization purposes only, use the PubDate property instead.
|
Methods
Operators
Name |
Value |
Summary |
explicit operator DateTime(RssDate) |
DateTime |
|
implicit operator RssDate(DateTime) |
RssDate |
|