Time Class
Represents a time unit.
Inheritance Hierarchy
SystemObject
  Aspose.Svg.DrawingUnit
    Aspose.Svg.DrawingNumeric
      Aspose.Svg.DrawingDimension
        Aspose.Svg.DrawingTime

Namespace: Aspose.Svg.Drawing
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public sealed class Time : Dimension

The Time type exposes the following members.

Properties
  NameDescription
Public propertyUnitType
Gets the unit type of the Unit.
(Inherited from Unit.)
Methods
  NameDescription
Public methodCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from Numeric.)
Public methodEquals(Object)
Determines whether the specified Object, is equal to this instance.
(Inherited from Unit.)
Public methodEquals(Unit)
Determines whether the specified Unit, is equal to this instance.
(Inherited from Numeric.)
Public methodGetHashCode
Returns a hash code for this instance.
(Inherited from Numeric.)
Public methodGetType (Inherited from Object.)
Public methodGetValue
Gets the unit value.
(Inherited from Numeric.)
Public methodGetValue(UnitType)
Gets the value converted to the specified UnitType.
(Inherited from Numeric.)
Public methodToString
Returns a String that represents this instance.
(Inherited from Dimension.)
Operators
  NameDescription
Public operatorStatic memberAddition
Implements the operator +.
Public operatorStatic memberEquality
Implements the operator ==.
Public operatorStatic memberGreaterThan
Implements the operator >.
Public operatorStatic memberGreaterThanOrEqual
Implements the operator >=.
Public operatorStatic memberInequality
Implements the operator !=.
Public operatorStatic memberLessThan
Implements the operator <.
Public operatorStatic memberLessThanOrEqual
Implements the operator <=.
Public operatorStatic memberSubtraction
Implements the operator -.
See Also