See http://tools.ietf.org/html/rfc4287#section-3.3.
- Namespace
- Statiq
.Feeds .Syndication .Atom - Base Types
-
- object
- ValueType
graph BT
Type-->Base0["ValueType"]
Base0-->Base1["object"]
Type["AtomDate"]
class Type type-node
Syntax
[Serializable]
public struct AtomDate : ValueType
Attributes
| Type | Description |
|---|---|
| Serializable |
Constructors
| Name | Summary |
|---|---|
| AtomDate |
Properties
| Name | Property Type | Summary |
|---|---|---|
| HasValue | bool | |
| Value | DateTime | |
| ValueIso8601 | string |
Gets and sets the DateTime using ISO-8601 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 |
AtomDate |