XmpTime constructor

init

Initializes a new instance of the XmpTime class.

def __init__(self):
    ...

init

Initializes a new instance of the XmpTime class.

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

See Also