ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.Photoshop Namespace / ImGearPhotoshopXMPMetadata Class / DateCreated Property




In This Topic
    DateCreated Property (ImGearPhotoshopXMPMetadata)
    In This Topic
    Gets or sets DateCreated property of the Photoshop XMP schema.
    Syntax
    'Declaration
     
    Public Property DateCreated As ImGearXMPDate
    'Usage
     
    Dim instance As ImGearPhotoshopXMPMetadata
    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 specifies the date the intellectual content of the document was created (rather than the creation date of the physical representation), following IIM conventions. For example, a photo taken during the American Civil War would have a creation date during that epoch (1861-1865) rather than the date the photo was digitized for archiving.
    See Also