ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.DublinCore Namespace / ImGearDublinCoreXMPMetadata Class / Date Property




In This Topic
    Date Property
    In This Topic
    Gets or sets Date property of the XMP Dublin Core schema.
    Syntax
    'Declaration
     
    Public Property Date As ImGearXMPSeq(Of ImGearXMPDate)
    'Usage
     
    Dim instance As ImGearDublinCoreXMPMetadata
    Dim value As ImGearXMPSeq(Of ImGearXMPDate)
     
    instance.Date = value
     
    value = instance.Date
    public ImGearXMPSeq<ImGearXMPDate> Date {get; set;}
    public: __property ImGearXMPSeq<ImGearXMPDate*>* get_Date();
    public: __property void set_Date( 
       ImGearXMPSeq<ImGearXMPDate*>* value
    );
    public:
    property ImGearXMPSeq<ImGearXMPDate^>^ Date {
       ImGearXMPSeq<ImGearXMPDate^>^ get();
       void set (    ImGearXMPSeq<ImGearXMPDate^>^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPSeq<T> generic class value with ImageGear.Formats.XMP.ImGearXMPDate type parameter.
    Remarks
    This XMP property specifies date(s) that something interesting happened to the resource.
    See Also