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




In This Topic
Value Property (ImGearXMPTime)
In This Topic
Gets or sets the time value in the specified scale.
Syntax
'Declaration
 
Public Property Value As ImGearXMPInteger
 
'Usage
 
Dim instance As ImGearXMPTime
Dim value As ImGearXMPInteger
 
instance.Value = value
 
value = instance.Value

Property Value

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