XmpDate.XmpDate

XmpDate(DateTime)

Initializes a new instance of the XmpDate class.

public XmpDate(DateTime dateTime)
ParameterTypeDescription
dateTimeDateTimeA date-time value which is represented using a subset of ISO RFC 8601 formatting.

See Also


XmpDate(string)

Initializes a new instance of the XmpDate class.

public XmpDate(string dateString)
ParameterTypeDescription
dateStringStringThe string representation of date.

Exceptions

exceptioncondition
ArgumentExceptionInvalid date format;date

See Also