ImageGear .NET - Updated
DateCreated Property (ImGearIPTC4XMPCoreMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.IPTC Namespace > ImGearIPTC4XMPCoreMetadata Class : DateCreated Property
Gets or sets DateCreated property of the IPTC4XMPCORE XMP schema.
Syntax
'Declaration
 
Public Property DateCreated As ImGearXMPDate
'Usage
 
Dim instance As ImGearIPTC4XMPCoreMetadata
Dim value As ImGearXMPDate
 
instance.DateCreated = value
 
value = instance.DateCreated
public ImGearXMPDate DateCreated {get; set;}
public: __property ImGearXMPDate* get_DateCreated();
public: __property void set_DateCreated( 
   ImGearXMPDate* value
);
public:
property ImGearXMPDate^ DateCreated {
   ImGearXMPDate^ get();
   void set (    ImGearXMPDate^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPDate class value.
Remarks
This XMP property designates the date and optionally the time the intellectual content of the news object was created rather than the date of the creation of the physical representation. If no time is given the value should default to 00:00:00.

Note: Any content of the IIM dataset 2:60, Time Created, should be merged to this element.

Note: Implementers are encouraged to provide the creation date and time from the EXIF data of a digital camera to the user for entering this date for the first time.

See Also

Reference

ImGearIPTC4XMPCoreMetadata Class
ImGearIPTC4XMPCoreMetadata Members