Summary
http://tools.ietf.org/html/rfc4287#section-3.3
graph BT
Type-->Base0["ValueType"]
Type["AtomDate"]
class Type type-node
Syntax
[Serializable]
public struct AtomDate : ValueType
Attributes
Type |
Description |
SerializableAttribute |
|
Constructors
Properties
Name |
Value |
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
Operators
Name |
Value |
Summary |
explicit operator DateTime(AtomDate) |
DateTime |
|
implicit operator AtomDate(DateTime) |
AtomDate |
|