ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.MicrosoftPhoto Namespace / ImGearMicrosoftPhotoXMPMetadata Class / DateAcquired Property




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

Property Value

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