ImageGear .NET - Updated July 5, 2018
TimeValue Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearXMPTimecode Class : TimeValue Property
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

Reference

ImGearXMPTimecode Class
ImGearXMPTimecode Members