Time Class
Contents
[
Hide
]Summary: Representation of a time value in seconds.
Module: aspose.psd.xmp.schemas.xmpdm
Full Name: aspose.psd.xmp.schemas.xmpdm.Time
Inheritance: IXmpType, XmpTypeBase
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
Time(scale, value) | Initializes a new instance of the Time class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
scale | Rational | r/w | Gets or sets scale for the time value. |
value | int | r/w | Gets or sets time value in the specified scale. |
Methods
Name | Description |
---|---|
get_xmp_representation() | Gets the string contained value in XMP format. |
Constructor: Time(scale, value)
Time(scale, value)
Initializes a new instance of the Time class.
Parameters:
Parameter | Type | Description |
---|---|---|
scale | Rational | The scale. |
value | int | The value. |
Method: get_xmp_representation()
get_xmp_representation()
Gets the string contained value in XMP format.
Returns
Type | Description |
---|---|
string | Returns the string contained value in XMP format. |