XmpTime constructor

__init__(self)

Initializes a new instance of the XmpTime class.


def __init__(self):
    ...

__init__(self, scale, value)

Initializes a new instance of the XmpTime class.


def __init__(self, scale, value):
    ...
Parameter Type Description
scale groupdocs.metadata.standards.xmp.XmpRational The scale.
value int The value.

See Also