ImageGear .NET - Updated
DateTimeDigitized Property (ImGearEXIFXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : DateTimeDigitized Property
Gets or sets DateTimeDigitized property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property DateTimeDigitized As ImGearXMPDate
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPDate
 
instance.DateTimeDigitized = value
 
value = instance.DateTimeDigitized
public ImGearXMPDate DateTimeDigitized {get; set;}
public: __property ImGearXMPDate* get_DateTimeDigitized();
public: __property void set_DateTimeDigitized( 
   ImGearXMPDate* value
);
public:
property ImGearXMPDate^ DateTimeDigitized {
   ImGearXMPDate^ get();
   void set (    ImGearXMPDate^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPDate class value.
Remarks
This XMP property represents EXIF tag 36868, 0x9004 (primary) and 37522, 0x9292 (subseconds). It specifies date and time when image was stored as digital data, can be the same as DateTimeOriginal if originally stored in digital form.
See Also

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members