ImageGear .NET
DateTime Property (ImGearTIFFXMPMetadata)




Gets or sets DateTime property of the TIFF XMP schema.
Syntax
public ImGearXMPDate DateTime {get; set;}
public: __property ImGearXMPDate* get_DateTime();
public: __property void set_DateTime( 
   ImGearXMPDate* value
);
public:
property ImGearXMPDate^ DateTime {
   ImGearXMPDate^ get();
   void set (    ImGearXMPDate^ value);
}
'Declaration
 
Public Property DateTime As ImGearXMPDate
 
'Usage
 
Dim instance As ImGearTIFFXMPMetadata
Dim value As ImGearXMPDate
 
instance.DateTime = value
 
value = instance.DateTime

Property Value

ImageGear.Formats.XMP.ImGearXMPDate class value.
Remarks
This XMP property represents TIFF tag 306, 0x132 (primary) and EXIF tag 37520, 0x9290 (subseconds).

Note: This property is stored in XMP as xmp:ModifyDate.

See Also

Reference

ImGearTIFFXMPMetadata Class
ImGearTIFFXMPMetadata Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback