ImageGear .NET - Updated July 5, 2018
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

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