Time constructor
init
Initializes a new instance of the Time class.
def __init__(self, scale, value):
...
| Parameter | Type | Description |
|---|---|---|
| scale | aspose.cad.xmp.types.derived.Rational | The scale. |
| value | int | The value. |
See Also
- module
aspose.cad.xmp.schemas.xmpdm - class
Time