XmpDate Members
Constructors
| Name | Description |
|---|---|
| XmpDate() | Initializes a new instance of the XmpDate class. |
| XmpDate(DateTime, Nullable<XmpDatePrecision>) | Initializes a new instance of the XmpDate class with specified settings. |
| XmpDate(DateTimeOffset, Nullable<XmpDatePrecision>) | Initializes a new instance of the XmpDate class with specified settings. |
Properties
| Name | Description |
|---|---|
| DateValue | |
| HasValue | |
| Now static | |
| Precision | |
| Qualifiers | Inherited from XmpValue. |
| UtcNow static |
Methods
| Name | Description |
|---|---|
| CompareTo(XmpDate) | |
| Equals(XmpDate) | |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | |
| GetHashCode() | |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | |
| TryParse(String, out XmpDate) static |
Operators
| Name |
|---|
| Equality(XmpDate, XmpDate) static |
| Explicit(XmpDate to DateTime) static |
| Explicit(XmpDate to DateTimeOffset) static |
| GreaterThan(XmpDate, XmpDate) static |
| GreaterThanOrEqual(XmpDate, XmpDate) static |
| Implicit(DateTime to XmpDate) static |
| Implicit(DateTimeOffset to XmpDate) static |
| Inequality(XmpDate, XmpDate) static |
| LessThan(XmpDate, XmpDate) static |
| LessThanOrEqual(XmpDate, XmpDate) static |
See Also