XmpDate

XmpDate constructor (1 of 2)

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 constructor (2 of 2)

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