XmpDate Constructors
| Name | Parameters | Description |
|---|---|---|
| XmpDate() | none | Initializes a new instance of the XmpDate class. |
| XmpDate(DateTime, Nullable<XmpDatePrecision>) | value, precision | Initializes a new instance of the XmpDate class with specified settings. |
| XmpDate(DateTimeOffset, Nullable<XmpDatePrecision>) | value, precision | Initializes a new instance of the XmpDate class with specified settings. |
See Also