ImageGearJava Project > com.accusoft.imagegear.formats.iptc Package > ImGearIPTCMetadata Class : setReferenceDate Method |
See the IPTC - NAA Information Interchange Model ver. 4.1 specification for tag usage details.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise.
This method accesses the Reference Date DataSet (2:47). The DataSet identifies the date of a prior envelope to which the current object refers.
Repeatable (array items represent repeated values). Uses the format CCYYMMDD (century, year, month, day) as defined in ISO 8601 to indicate year, month and day.
public void setReferenceDate( java.lang.String[] value ) |
See the IPTC - NAA Information Interchange Model ver. 4.1 specification for tag usage details.