ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearDynamicMediaXMPMetadata Class / AudioModDate Property




In This Topic
AudioModDate Property
In This Topic
Gets or sets AudioModDate property of the Dynamic Media XMP schema.
Syntax
'Declaration
 
Public Property AudioModDate As ImGearXMPDate
 
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPDate
 
instance.AudioModDate = value
 
value = instance.AudioModDate

Property Value

ImageGear.Formats.XMP.ImGearXMPDate class value.
Remarks
This XMP property specifies date and time when the audio was last modified.
See Also