Package | Description |
---|---|
com.aspose.html.drawing |
Modifier and Type | Method and Description |
---|---|
static Time |
Unit.fromMilliseconds(double value)
Returns a
Time object that is represented in milliseconds. |
static Time |
Unit.fromSeconds(double value)
Returns a
Time object that is represented in seconds. |
static Time |
Time.op_Addition(Time a,
Time b)
Implements the operator +.
|
static Time |
Time.op_Subtraction(Time a,
Time b)
Implements the operator -.
|
Modifier and Type | Method and Description |
---|---|
static Time |
Time.op_Addition(Time a,
Time b)
Implements the operator +.
|
static boolean |
Time.op_Equality(Time a,
Time b)
Implements the operator ==.
|
static boolean |
Time.op_GreaterThan(Time a,
Time b)
Implements the operator >.
|
static boolean |
Time.op_GreaterThanOrEqual(Time a,
Time b)
Implements the operator >=.
|
static boolean |
Time.op_Inequality(Time a,
Time b)
Implements the operator !
|
static boolean |
Time.op_LessThan(Time a,
Time b)
Implements the operator <.
|
static boolean |
Time.op_LessThanOrEqual(Time a,
Time b)
Implements the operator <=.
|
static Time |
Time.op_Subtraction(Time a,
Time b)
Implements the operator -.
|