XmpTimecode constructor

__init__(self)

Initializes a new instance of the XmpTimecode class.


def __init__(self):
    ...

__init__(self, format, time_value)

Initializes a new instance of the XmpTimecode class.


def __init__(self, format, time_value):
    ...
Parameter Type Description
format groupdocs.metadata.standards.xmp.schemes.XmpTimeFormat Time format.
time_value System.String Time value.

See Also