XmpDate class

XmpDate class

Represents Date in XMP packet.

Inheritance: XmpDateXmpTypeBase

The XmpDate type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the XmpDate class.
initInitializes a new instance of the XmpDate class.

Properties

PropertyDescription
valueGets or sets the date value.
formatGets the format string for current value.
ISO_8601_FORMATThe ISO 8601 (roundtrip) format string.

Methods

MethodDescription
get_xmp_representationReturns 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