Timecode Class

Represents timecode value in video.
Inheritance Hierarchy
SystemObject
  Aspose.CAD.Xmp.TypesXmpTypeBase
    Aspose.CAD.Xmp.Schemas.XmpDmTimecode

Namespace:  Aspose.CAD.Xmp.Schemas.XmpDm
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public sealed class Timecode : XmpTypeBase, 
	IEquatable<Timecode>

The Timecode type exposes the following members.

Constructors
  NameDescription
Public methodTimecode
Initializes a new instance of the Timecode class.
Properties
  NameDescription
Public propertyFormat
Gets or sets the format used in the TimeValue.
Public propertyTimeValue
Gets or sets the time value in the specified format.
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object).)
Public methodEquals(Timecode)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodGetXmpRepresentation
Returns the string contained value in XMP format.
(Overrides XmpTypeBaseGetXmpRepresentation.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
See Also