XmpDate Class

Represents Date in XMP packet.
Inheritance Hierarchy
SystemObject
  Aspose.CAD.Xmp.TypesXmpTypeBase
    Aspose.CAD.Xmp.Types.BasicXmpDate

Namespace:  Aspose.CAD.Xmp.Types.Basic
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public sealed class XmpDate : XmpTypeBase

The XmpDate type exposes the following members.

Constructors
  NameDescription
Public methodXmpDate(DateTime)
Initializes a new instance of the XmpDate class.
Public methodXmpDate(String)
Initializes a new instance of the XmpDate class.
Properties
  NameDescription
Public propertyFormat
Gets the format string for current value.
Public propertyValue
Gets or sets the date value.
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodGetXmpRepresentation
Returns string contained value in XMP format.
(Overrides XmpTypeBaseGetXmpRepresentation.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Fields
  NameDescription
Public fieldStatic memberIso8601Format
The ISO 8601 (roundtrip) format string.
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