ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / DateTimeDigitized Property




In This Topic
DateTimeDigitized Property (ImGearEXIFXMPMetadata)
In This Topic
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