XmpDate constructor
init
Initializes a new instance of the XmpDate class.
def __init__(self, date_time):
...
| Parameter | Type | Description |
|---|---|---|
| date_time | DateTime | A date-time value which is represented using a subset of ISO RFC 8601 formatting. |
init
Initializes a new instance of the XmpDate class.
def __init__(self, date_string):
...
| Parameter | Type | Description |
|---|---|---|
| date_string | str | The string representation of date. |
Exceptions
| Exception | Description |
|---|---|
| ArgumentException | Invalid date format;date |
See Also
- module
aspose.cad.xmp.types.basic - class
XmpDate