Time.op_Subtraction

Time Subtraction operator

Implements the operator -.

public static Time operator -(Time a, Time b)
ParameterTypeDescription
aTimeThe parameter a.
bTimeThe parameter b.

Return Value

The result of the operator.

Exceptions

exceptioncondition
ArgumentNullExceptionArguments are null
ArgumentExceptionArguments have different types or Arguments have different resolutions or

See Also