Time Class

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.4.0

Constructors

NameDescription
Time(scale, value)Initializes a new instance of the Time class.

Properties

NameTypeAccessDescription
scaleRationalr/wGets or sets scale for the time value.
valueintr/wGets or sets time value in the specified scale.

Methods

NameDescription
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:

ParameterTypeDescription
scaleRationalThe scale.
valueintThe value.

Method: get_xmp_representation()

 get_xmp_representation() 

Gets the string contained value in XMP format.

Returns

TypeDescription
stringReturns the string contained value in XMP format.