ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.Basic Namespace / ImGearBasicXMPMetadata Class / MetadataDate Property




In This Topic
MetadataDate Property
In This Topic
Gets or sets MetadataDate property of the XMP Basic schema.
Syntax
'Declaration
 
Public Property MetadataDate As ImGearXMPDate
 
'Usage
 
Dim instance As ImGearBasicXMPMetadata
Dim value As ImGearXMPDate
 
instance.MetadataDate = value
 
value = instance.MetadataDate

Property Value

ImageGear.Formats.XMP.ImGearXMPDate class value.
Remarks
This XMP property specifies the date and time that any metadata for this resource was last changed. It should be the same as or more recent than ModifyDate.
See Also