XmpDate class
XmpDate class
Represents Date in XMP packet.
Inheritance: XmpDate
→
XmpTypeBase
The XmpDate type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes a new instance of the XmpDate class. |
init | Initializes a new instance of the XmpDate class. |
Properties
Property | Description |
---|---|
value | Gets or sets the date value. |
format | Gets the format string for current value. |
ISO_8601_FORMAT | The ISO 8601 (roundtrip) format string. |
Methods
Method | Description |
---|---|
get_xmp_representation | Returns string contained value in XMP format. |
Remarks
A date-time value is represented using a subset of the formats as defined in Date and Time Formats: YYYY YYYY-MM YYYY-MM-DD YYYY-MM-DDThh:mmTZD YYYY-MM-DDThh:mm:ssTZD YYYY-MM-DDThh:mm:ss.sTZD
See Also
- module
aspose.cad.xmp.types.basic
- class
XmpDate
- class
XmpTypeBase