XmpDate constructor

__init__(self, date_time)

Initializes a new instance of the XmpDate class.


def __init__(self, date_time):
    ...
Parameter Type Description
date_time System.DateTime DateTime value.

__init__(self, date_string)

Initializes a new instance of the XmpDate class.


def __init__(self, date_string):
    ...
Parameter Type Description
date_string System.String Date in string representation.

Exceptions

Exception Description
ArgumentException Invalid date format.

See Also