ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.DublinCore Namespace / ImGearDublinCoreXMPMetadata Class / Date Property




In This Topic
Date Property
In This Topic
Gets or sets Date property of the XMP Dublin Core schema.
Syntax
'Declaration
 
Public Property Date As ImGearXMPSeq(Of ImGearXMPDate)
 
'Usage
 
Dim instance As ImGearDublinCoreXMPMetadata
Dim value As ImGearXMPSeq(Of ImGearXMPDate)
 
instance.Date = value
 
value = instance.Date

Property Value

ImageGear.Formats.XMP.ImGearXMPSeq<T> generic class value with ImageGear.Formats.XMP.ImGearXMPDate type parameter.
Remarks
This XMP property specifies date(s) that something interesting happened to the resource.
See Also