YearMonthDuration OperatorsYearMonthDuration OperatorsYearMonthDuration Operators

The YearMonthDurationYearMonthDurationYearMonthDuration type exposes the following members.

Operators

 OperatorDescription
Public operatorstaticAdditionAdditionAddition Adds two specified YearMonthDurationYearMonthDurationYearMonthDuration values.
Public operatorstaticDivision (YearMonthDuration, double)Division (YearMonthDuration, Double)Division (YearMonthDuration, double) Divides the specified YearMonthDurationYearMonthDurationYearMonthDuration value by a doubleDoubledouble value.
Public operatorstaticDivision (YearMonthDuration, YearMonthDuration)Division (YearMonthDuration, YearMonthDuration)Division (YearMonthDuration, YearMonthDuration) Divides the specified YearMonthDurationYearMonthDurationYearMonthDuration value by another YearMonthDurationYearMonthDurationYearMonthDuration value.
Public operatorstaticEqualityEqualityEquality Indicates whether a specified YearMonthDurationYearMonthDurationYearMonthDuration is equal to another specified YearMonthDurationYearMonthDurationYearMonthDuration.
Public operatorstaticGreaterThanGreaterThanGreaterThan Indicates whether a specified YearMonthDurationYearMonthDurationYearMonthDuration is greater than another specified YearMonthDurationYearMonthDurationYearMonthDuration.
Public operatorstaticGreaterThanOrEqualGreaterThanOrEqualGreaterThanOrEqual Indicates whether a specified YearMonthDurationYearMonthDurationYearMonthDuration is greater than or equal to another specified YearMonthDurationYearMonthDurationYearMonthDuration.
Public operatorstaticInequalityInequalityInequality Indicates whether a specified YearMonthDurationYearMonthDurationYearMonthDuration is not equal to another specified YearMonthDurationYearMonthDurationYearMonthDuration.
Public operatorstaticLessThanLessThanLessThan Indicates whether a specified YearMonthDurationYearMonthDurationYearMonthDuration is less than another specified YearMonthDurationYearMonthDurationYearMonthDuration.
Public operatorstaticLessThanOrEqualLessThanOrEqualLessThanOrEqual Indicates whether a specified YearMonthDurationYearMonthDurationYearMonthDuration is less than or equal to another specified YearMonthDurationYearMonthDurationYearMonthDuration.
Public operatorstaticMultiply (double, YearMonthDuration)Multiply (Double, YearMonthDuration)Multiply (double, YearMonthDuration) Multiplies the specified YearMonthDurationYearMonthDurationYearMonthDuration value by a doubleDoubledouble value.
Public operatorstaticMultiply (YearMonthDuration, double)Multiply (YearMonthDuration, Double)Multiply (YearMonthDuration, double) Multiplies the specified YearMonthDurationYearMonthDurationYearMonthDuration value by a doubleDoubledouble value.
Public operatorstaticSubtractionSubtractionSubtraction Subtracts a YearMonthDurationYearMonthDurationYearMonthDuration value from another YearMonthDurationYearMonthDurationYearMonthDuration value.
Public operatorstaticUnaryNegationUnaryNegationUnaryNegation Negates the value of the specified YearMonthDurationYearMonthDurationYearMonthDuration operand.
Public operatorstaticUnaryPlusUnaryPlusUnaryPlus Returns the value of the YearMonthDurationYearMonthDurationYearMonthDuration operand (the sign of the operand is unchanged).

Top