Class Time
Class Time
이름 공간 : Aspose.Imaging.Xmp.Schemas.XmpDm 모임: Aspose.Imaging.dll (25.4.0)
시간의 가치를 초에 나타냅니다.
[JsonObject(MemberSerialization.OptIn)]
public sealed class Time : XmpTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← Time
Implements
상속 회원들
XmpTypeBase.GetXmpRepresentation() , XmpTypeBase.ToString() , XmpTypeBase.Clone() , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
Time(합리적 인, int)
Aspose.Imaging.Xmp.Schemas.XmpDm.Time 클래스의 새로운 예를 시작합니다.
[JsonConstructor]
public Time(Rational scale, int value)
Parameters
scale
Rational
스케일에 대하여
value
int
그 가치가 있다.
Properties
Scale
시간 값을 얻거나 스케일을 설정합니다.
[JsonProperty]
public Rational Scale { get; set; }
부동산 가치
Examples
NTSC의 경우 1001/30000 또는 덜 정확한 100/2997을 사용하십시오.PL를 사용하려면 1/25.
Value
지정된 스케일에서 시간 값을 얻거나 설정합니다.
[JsonProperty]
public int Value { get; set; }
부동산 가치
Methods
GetXmpRepresentation()
XMP 형식으로 링크가 포함된 값을 얻습니다.
public override string GetXmpRepresentation()
Returns
XMP 형식으로 링에 포함된 값을 반환합니다.