ImageGear .NET - Updated
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
public ImGearXMPString TimeValue {get; set;}
public: __property ImGearXMPString* get_TimeValue();
public: __property void set_TimeValue( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ TimeValue {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

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