Time فئة
محتويات
[
يخفي
]Summary: Representation of a time value in seconds.
Module: aspose.imaging.xmp.schemas.xmpdm
Full Name: aspose.imaging.xmp.schemas.xmpdm.Time
Inheritance: IXmpType, XmpTypeBase
Constructors
| Name | الوصف |
|---|---|
| Time(scale, value) | يُنشئ مثيلاً جديداً من الفئة Time. |
Properties
| Name | Type | Access | الوصف |
|---|---|---|---|
| scale | Rational | r/w | يحصل أو يضبط المقياس لقيمة الوقت. |
| القيمة | int | r/w | يحصل أو يضبط قيمة الوقت بالمقياس المحدد. |
Methods
| Name | الوصف |
|---|---|
| clone() | ينسخ هذه المثيلة. |
| get_xmp_representation() | يحصل على القيمة النصية المحتواة بتنسيق XMP. |
Constructor: Time(scale, value)
Time(scale, value)
يُنشئ مثيلاً جديداً من الفئة Time.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| scale | Rational | المقياس. |
| القيمة | int | القيمة. |
Method: clone()
clone()
ينسخ هذه المثيلة.
Returns
| نوع | الوصف |
|---|---|
| System.Object | نسخة عضوية. |
Method: get_xmp_representation()
get_xmp_representation()
يحصل على القيمة النصية المحتواة بتنسيق XMP.
Returns
| نوع | الوصف |
|---|---|
| string | يرجع القيمة النصية المحتواة بتنسيق XMP. |