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




In This Topic
TimeValue Property
In This Topic
Gets or sets a time value in the specified format.
Syntax
'Declaration
 
Public Property TimeValue As ImGearXMPString
 
'Usage
 
Dim instance As ImGearXMPTimecode
Dim value As ImGearXMPString
 
instance.TimeValue = value
 
value = instance.TimeValue

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
Time values use a colon delimiter in all formats except 2997drop, which uses a semicolon. The four fields indicate hours, minutes, seconds, and frames: hh:mm:ss:ff. The actual duration in seconds depends on the format.
See Also