XmpDate.XmpDate
XmpDate(DateTime)
Initializes a new instance of the XmpDate
class.
public XmpDate(DateTime dateTime)
Parameter | Type | Description |
---|---|---|
dateTime | DateTime | A date-time value which is represented using a subset of ISO RFC 8601 formatting. |
See Also
- class XmpDate
- namespace Aspose.PSD.Xmp.Types.Basic
- assembly Aspose.PSD
XmpDate(string)
Initializes a new instance of the XmpDate
class.
public XmpDate(string dateString)
Parameter | Type | Description |
---|---|---|
dateString | String | The string representation of date. |
Exceptions
exception | condition |
---|---|
ArgumentException | Invalid date format;date |
See Also
- class XmpDate
- namespace Aspose.PSD.Xmp.Types.Basic
- assembly Aspose.PSD