XmpDate constructor
init
Initializes a new instance of the XmpDate class.
def __init__(self, date_time):
...
| Parameter | Type | Description |
|---|---|---|
| date_time | DateTime | DateTime value. |
init
Initializes a new instance of the XmpDate class.
def __init__(self, date_string):
...
| Parameter | Type | Description |
|---|---|---|
| date_string | str | Date in string representation. |
Exceptions
| Exception | Description |
|---|---|
| ArgumentException | Invalid date format. |
See Also
- module
groupdocs.metadata.standards.xmp - class
XmpDate