Class Time

Time class

Representation of a time value in seconds.

public sealed class Time : XmpTypeBase

Constructors

NameDescription
Time(Rational, int)Initializes a new instance of the Time class.

Properties

NameDescription
Scale { get; set; }Gets or sets scale for the time value.
Value { get; set; }Gets or sets time value in the specified scale.

Methods

NameDescription
virtual Clone()Clones this instance.
override GetXmpRepresentation()Gets the string contained value in XMP format.
override ToString()Gets this XMP data as string.

See Also