- Namespace
- Statiq
.Feeds .Syndication .Rss - Base Types
-
- object
- ValueType
graph BT
Type-->Base0["ValueType"]
Base0-->Base1["object"]
Type["RssDate"]
class Type type-node
Syntax
[Serializable]
public struct RssDate : ValueType
Attributes
Type | Description |
---|---|
Serializable |
Constructors
Name | Summary |
---|---|
RssDate |
Properties
Name | Property Type | 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
Name | Return Value | Summary |
---|---|---|
Equals |
bool | |
GetHashCode |
int | |
GetValueOrDefault |
DateTime | |
ToString |
string |
Operators
Name | Value | Summary |
---|---|---|
explicit operator |
DateTime | |
implicit operator |
RssDate |