Class Time
Time class
Representation of a time value in seconds.
public sealed class Time : XmpTypeBase
Constructors
| Name | Description |
|---|
| Time(Rational, int) | Initializes a new instance of the Time class. |
Properties
| Name | Description |
|---|
| Scale { get; set; } | Gets or sets scale for the time value. |
| Value { get; set; } | Gets or sets time value in the specified scale. |
Methods
| Name | Description |
|---|
| 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