You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Gets an object that contains an array of culture-sensitive formatting and parsing strings values that can be applied to Number type extensions.
975
-
* Use the numberFormat field to retrieve an object that contains an array of formatting strings that are based on the current culture or on the invariant culture.
1043
+
* Gets an object that contains culture-sensitive formatting and parsing strings values that can be applied to Number type extensions.
1044
+
* Use the numberFormat field to retrieve an object of formatting strings that are based on the current culture or on the invariant culture.
976
1045
* Each formatting string can be used to specify how to format Number type extensions.
977
-
* @return An object that contains an array of culture-sensitive formatting strings.
1046
+
* @return An object of culture-sensitive formatting strings.
978
1047
*/
979
-
numberFormat: string[];
1048
+
numberFormat: NumberFormat;
980
1049
/**
981
1050
* Gets the culture value (locale) that represents a language and region.
982
1051
* @return The culture value (locale) that represents a language and region.
@@ -995,12 +1064,12 @@ declare namespace Sys {
995
1064
*/
996
1065
staticCurrentCulture: CultureInfo;
997
1066
/**
998
-
* Gets an object that contains an array of culture-sensitive formatting and parsing string values that can be applied to Date type extensions.
999
-
* Use the dateTimeFormat field to retrieve an object that contains an array of formatting strings that are based on the current culture or on the invariant culture.
1067
+
* Gets an object that contains culture-sensitive formatting and parsing string values that can be applied to Date type extensions.
1068
+
* Use the dateTimeFormat field to retrieve an object of formatting strings that are based on the current culture or on the invariant culture.
1000
1069
* Each formatting string can be used to specify how to format Date type extensions.
1001
-
* @return An object that contains an array of culture-sensitive formatting strings.
1070
+
* @return An object of culture-sensitive formatting strings.
0 commit comments