Time constructor

init

Initializes a new instance of the Time class.

def __init__(self, scale, value):
    ...
ParameterTypeDescription
scaleaspose.cad.xmp.types.derived.RationalThe scale.
valueintThe value.

See Also