ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearXMPTimecode Class / TimeFormat Property




In This Topic
    TimeFormat Property
    In This Topic
    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