ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.TIFF Namespace / ImGearTIFFXMPMetadata Class / DateTime Property




In This Topic
DateTime Property (ImGearTIFFXMPMetadata)
In This Topic
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

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