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
override GetXmpRepresentation()Gets the string contained value in XMP format.

See Also