ImageGear v26.0 - Updated
CreateDate Property




ImageGear.Core Assembly > ImageGear.Formats.XMP.Basic Namespace > ImGearBasicXMPMetadata Class : CreateDate Property
Gets or sets CreateDate property of the XMP Basic schema.
Syntax
'Declaration
 
Public Property CreateDate As ImGearXMPDate
'Usage
 
Dim instance As ImGearBasicXMPMetadata
Dim value As ImGearXMPDate
 
instance.CreateDate = value
 
value = instance.CreateDate
public ImGearXMPDate CreateDate {get; set;}
public: __property ImGearXMPDate* get_CreateDate();
public: __property void set_CreateDate( 
   ImGearXMPDate* value
);
public:
property ImGearXMPDate^ CreateDate {
   ImGearXMPDate^ get();
   void set (    ImGearXMPDate^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPDate class value.
Remarks
This XMP property specifies the date and time the resource was originally created.
See Also

Reference

ImGearBasicXMPMetadata Class
ImGearBasicXMPMetadata Members

Is this page helpful?
Yes No
Thanks for your feedback.