Syntax
[Serializable]
public struct RssDate : ValueType
Attributes
| Type |
Description |
| SerializableAttribute |
|
Constructors
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
Operators
| Name |
Value |
Summary |
| explicit operator DateTime(RssDate) |
DateTime |
|
| implicit operator RssDate(DateTime) |
RssDate |
|
Extension Methods
| Name |
Value |
Summary |
| ThrowIfNull<RssDate>(string) |
T |
|
| ToDocument<RssDate>(IContentProvider) |
IDocument |
|
| ToDocument<RssDate>(IEnumerable<KeyValuePair<string, object>>, IContentProvider) |
IDocument |
|
| ToDocument<RssDate>(NormalizedPath, IContentProvider) |
IDocument |
|
| ToDocument<RssDate>(NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider) |
IDocument |
|
| ToDocument<RssDate>(NormalizedPath, NormalizedPath, IContentProvider) |
IDocument |
|
| ToDocument<RssDate>(NormalizedPath, NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider) |
IDocument |
|