diff --git a/xml/System/DateTime.xml b/xml/System/DateTime.xml index 3f33553cf0b..0e28a8f8dd4 100644 --- a/xml/System/DateTime.xml +++ b/xml/System/DateTime.xml @@ -5405,12 +5405,12 @@ The following example demonstrates the - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + A span containing the characters that represent a date and time to convert. + A span containing the characters that represent a format specifier that defines the required format of . + An object that supplies culture-specific formatting information about . + A bitwise combination of the enumeration values that provides additional information about , about style elements that may be present in , or about the conversion from to a value. A typical value to specify is . + Converts the specified span representation of a date and time to its equivalent using the specified format, culture-specific format information, and style. The format of the string representation must match the specified format exactly or an exception is thrown. + An object that is equivalent to the date and time contained in , as specified by , , and . To be added. @@ -5442,12 +5442,12 @@ The following example demonstrates the - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + A span containing the characters that represent a date and time to convert. + An array of allowable formats of . + An object that supplies culture-specific format information about . + A bitwise combination of enumeration values that indicates the permitted format of . A typical value to specify is . + Converts the specified span representation of a date and time to its equivalent using the specified array of formats, culture-specific format information, and style. The format of the string representation must match at least one of the specified formats exactly or an exception is thrown. + An object that is equivalent to the date and time contained in , as specified by , , and . To be added.