ImageGear .NET - Updated
DateTime Property (ImGearTIFFXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.TIFF Namespace > ImGearTIFFXMPMetadata Class : DateTime Property
Gets or sets DateTime property of the TIFF XMP schema.
Syntax
'Declaration
 
Public Property DateTime As ImGearXMPDate
'Usage
 
Dim instance As ImGearTIFFXMPMetadata
Dim value As ImGearXMPDate
 
instance.DateTime = value
 
value = instance.DateTime
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);
}

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