ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.MediaManagement Namespace / ImGearXMPVersion Class / ModifyDate Property




In This Topic
ModifyDate Property (ImGearXMPVersion)
In This Topic
Gets or sets the date on which this version was checked in.
Syntax
'Declaration
 
Public Property ModifyDate As ImGearXMPDate
 
'Usage
 
Dim instance As ImGearXMPVersion
Dim value As ImGearXMPDate
 
instance.ModifyDate = value
 
value = instance.ModifyDate

Property Value

ImageGear.Formats.XMP.ImGearXMPDate class value.
See Also