diff --git a/xml/System/TimeSpan.xml b/xml/System/TimeSpan.xml index 4fcec380c2e..2f23b57130d 100644 --- a/xml/System/TimeSpan.xml +++ b/xml/System/TimeSpan.xml @@ -2535,8 +2535,8 @@ The value to be multiplied by. The value to be multiplied. - Returns a new object which value is the result of multiplication of instance and the specified . - A new object that represents the value of instance multiplied by the value of . + Returns a new object whose value is the result of multiplying the specified and the specified instance. + A new object that represents the value of the specified multiplied by the value of the specified instance. To be added. @@ -2567,10 +2567,10 @@ - To be added. - To be added. - To be added. - To be added. + The value to be multiplied. + The value to be multiplied by. + Returns a new object whose value is the result of multiplying the specified instance and the specified . + A new object that represents the value of the specified instance multiplied by the value of the specified . To be added. @@ -3590,9 +3590,41 @@ When a time interval component in the string to be parsed contains more than sev To be added. - To be added. - To be added. - To be added. + Compares this instance to a specified object and returns an integer that indicates whether this instance is shorter than, equal to, or longer than the specified object. + + One of the following values: + + + Value + Description + + + -1 + This instance is shorter than . + + + 0 + This instance is equal to . + + + 1 + This instance is longer than . + +-or- + + is . + + + + + instance is cast to an interface. + + ]]> + @@ -4845,7 +4877,7 @@ In some cases, when a time interval component in the string to be parsed contain A span containing the characters that represent a standard or custom format string that defines the acceptable format of . An object that supplies culture-specific formatting information. When this method returns, contains an object that represents the time interval specified by , or if the conversion failed. This parameter is passed uninitialized. - Converts the specified span representation of a time interval to its equivalent by using the specified format and culture-specific format information, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match the specified format exactly. + Converts the specified span representation of a time interval to its equivalent by using the specified format and culture-specific format information. The format of the string representation must match the specified format exactly. if was converted successfully; otherwise, . To be added. @@ -4883,7 +4915,7 @@ In some cases, when a time interval component in the string to be parsed contain An array of standard or custom format strings that define the acceptable formats of . An object that supplies culture-specific formatting information. When this method returns, contains an object that represents the time interval specified by , or if the conversion failed. This parameter is passed uninitialized. - Converts the specified span representation of a time interval to its equivalent by using the specified formats and culture-specific format information, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match one of the specified formats exactly. + Converts the specified span representation of a time interval to its equivalent by using the specified formats and culture-specific format information. The format of the string representation must match one of the specified formats exactly. if was converted successfully; otherwise, . To be added. @@ -4929,7 +4961,7 @@ In some cases, when a time interval component in the string to be parsed contain A standard or custom format string that defines the required format of . An object that supplies culture-specific formatting information. When this method returns, contains an object that represents the time interval specified by , or if the conversion failed. This parameter is passed uninitialized. - Converts the string representation of a time interval to its equivalent by using the specified format and culture-specific format information, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match the specified format exactly. + Converts the string representation of a time interval to its equivalent by using the specified format and culture-specific format information. The format of the string representation must match the specified format exactly. if was converted successfully; otherwise, . An array of standard or custom format strings that define the acceptable formats of . An object that provides culture-specific formatting information. When this method returns, contains an object that represents the time interval specified by , or if the conversion failed. This parameter is passed uninitialized. - Converts the specified string representation of a time interval to its equivalent by using the specified formats and culture-specific format information, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match one of the specified formats exactly. + Converts the specified string representation of a time interval to its equivalent by using the specified formats and culture-specific format information. The format of the string representation must match one of the specified formats exactly. if was converted successfully; otherwise, . When this method returns, contains an object that represents the time interval specified by , or if the conversion failed. This parameter is passed uninitialized. Converts the specified span representation of a time interval to its equivalent by using the specified format, culture-specific format information, and styles, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match the specified format exactly. if was converted successfully; otherwise, . - To be added. - To be added. + Converts the specified span representation of a time interval to its equivalent by using the specified formats, culture-specific format information and styles. The format of the string representation must match one of the specified formats exactly. + if was converted successfully; otherwise, . To be added. @@ -5123,7 +5155,7 @@ In some cases, when a time interval component in the string to be parsed contain An object that supplies culture-specific formatting information. One or more enumeration values that indicate the style of . When this method returns, contains an object that represents the time interval specified by , or if the conversion failed. This parameter is passed uninitialized. - Converts the specified span representation of a time interval to its equivalent by using the specified formats, culture-specific format information, and styles, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match one of the specified formats exactly. + Converts the specified span representation of a time interval to its equivalent by using the specified formats, culture-specific format information and styles. The format of the string representation must match one of the specified formats exactly. if was converted successfully; otherwise, . To be added. @@ -5171,7 +5203,7 @@ In some cases, when a time interval component in the string to be parsed contain An object that provides culture-specific formatting information. One or more enumeration values that indicate the style of . When this method returns, contains an object that represents the time interval specified by , or if the conversion failed. This parameter is passed uninitialized. - Converts the string representation of a time interval to its equivalent by using the specified format, culture-specific format information, and styles, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match the specified format exactly. + Converts the string representation of a time interval to its equivalent by using the specified format, culture-specific format information and styles. The format of the string representation must match the specified format exactly. if was converted successfully; otherwise, . An object that supplies culture-specific formatting information. One or more enumeration values that indicate the style of . When this method returns, contains an object that represents the time interval specified by , or if the conversion failed. This parameter is passed uninitialized. - Converts the specified string representation of a time interval to its equivalent by using the specified formats, culture-specific format information, and styles, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match one of the specified formats exactly. + Converts the specified string representation of a time interval to its equivalent by using the specified formats, culture-specific format information and styles. The format of the string representation must match one of the specified formats exactly. if was converted successfully; otherwise, .