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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPDate class value.
Remarks
This XMP property specifies the date and time the resource was originally created.
See Also