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




In This Topic
When Property
In This Topic
Gets or sets optional timestamp of when the action occurred.
Syntax
'Declaration
 
Public Property When As ImGearXMPDate
 
'Usage
 
Dim instance As ImGearXMPResourceEvent
Dim value As ImGearXMPDate
 
instance.When = value
 
value = instance.When

Property Value

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