Time.op_Subtraction
Time Subtraction operator
Implements the operator -.
public static Time operator -(Time a, Time b)
Parameter | Type | Description |
---|---|---|
a | Time | The parameter a. |
b | Time | The parameter b. |
Return Value
The result of the operator.
Exceptions
exception | condition |
---|---|
ArgumentNullException | Arguments are null |
ArgumentException | Arguments have different types or Arguments have different resolutions or |
See Also
- class Time
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG