ImageGear .NET - Updated
TimeFormat Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearXMPTimecode Class : TimeFormat Property
Gets or sets the format used in the TimeValue.
Syntax
'Declaration
 
Public Property TimeFormat As ImGearXMPString
'Usage
 
Dim instance As ImGearXMPTimecode
Dim value As ImGearXMPString
 
instance.TimeFormat = value
 
value = instance.TimeFormat
public ImGearXMPString TimeFormat {get; set;}
public: __property ImGearXMPString* get_TimeFormat();
public: __property void set_TimeFormat( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ TimeFormat {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
Allowed values are: '24Timecode', '25Timecode', '2997DropTimecode' (semicolon delimiter), '2997NonDropTimecode', '30Timecode', '50Timecode', '5994DropTimecode', '5994NonDropTimecode', '60Timecode', '23976Timecode'.
See Also

Reference

ImGearXMPTimecode Class
ImGearXMPTimecode Members