  | AddAddAdd |
Adds two specified DurationDurationDuration values.
|
  | DivideDivideDivide |
Divides the specified DurationDurationDuration value by a doubleDoubledouble value.
|
 | Equals (object)Equals (Object)Equals (object^) |
Determines whether this instance is equal to a specified object.
(Overrides ValueType.EqualsValueType.EqualsValueType::Equals) |
 | Equals (Duration)Equals (Duration)Equals (Duration) |
Indicates whether this instance is equal to another DurationDurationDuration.
|
 | Object.FinalizeObject.FinalizeObject::Finalize |
Allows an objectObjectobject to attempt to free resources and perform other cleanup operations before the objectObjectobject is reclaimed by garbage collection.
(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | GetHashCodeGetHashCodeGetHashCode |
Returns the hash code for this instance.
(Overrides ValueType.GetHashCodeValueType.GetHashCodeValueType::GetHashCode) |
 | Object.GetTypeObject.GetTypeObject::GetType |
Gets the TypeTypeType of the current instance.
(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | Object.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone |
Creates a shallow copy of the current objectObjectobject.
(Inherited from System.ObjectSystem.ObjectSystem::Object) |
  | Multiply (double, Duration)Multiply (Double, Duration)Multiply (double, Duration) |
Multiplies the specified DurationDurationDuration value by a doubleDoubledouble value.
|
  | Multiply (Duration, double)Multiply (Duration, Double)Multiply (Duration, double) |
Multiplies the specified DurationDurationDuration value by a doubleDoubledouble value.
|
  | NegateNegateNegate |
Negates the value of the specified DurationDurationDuration operand.
|
  | ParseParseParse |
Converts a lexical representation of an xs:duration to its DurationDurationDuration
equivalent.
|
  | PlusPlusPlus |
Returns the value of the DurationDurationDuration operand (the sign of the operand is unchanged).
|
  | SubtractSubtractSubtract |
Subtracts a DurationDurationDuration value from another DurationDurationDuration value.
|
 | ToStringToStringToString |
Returns the canonical lexical representation of this DurationDurationDuration.
(Overrides ValueType.ToStringValueType.ToStringValueType::ToString) |
  | TryParseTryParseTryParse |
Converts a lexical representation of an xs:duration to its DurationDurationDuration
equivalent. A return value indicates whether the conversion succeeded or failed.
|