From 68acb4f2970a6e9bf8284a44e80d59711f3d43dd Mon Sep 17 00:00:00 2001 From: Darren Kopp Date: Thu, 13 May 2021 13:50:33 -0400 Subject: [PATCH] Reorder DayOfWeek members Put the members in a more sensible order that both reflects the raw value order as well as match at last one common calendaring system (it could start with Monday though) --- xml/System/DayOfWeek.xml | 90 ++++++++++++++++++++-------------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/xml/System/DayOfWeek.xml b/xml/System/DayOfWeek.xml index 0fd4474c075..f34a2824e0d 100644 --- a/xml/System/DayOfWeek.xml +++ b/xml/System/DayOfWeek.xml @@ -71,13 +71,13 @@ - - - - - - - + + + + + + + Field System.Runtime @@ -106,9 +106,9 @@ System.DayOfWeek - 5 + 0 - Indicates Friday. + Indicates Sunday. @@ -151,13 +151,13 @@ Indicates Monday. - - - - - - - + + + + + + + Field System.Runtime @@ -186,18 +186,18 @@ System.DayOfWeek - 6 + 2 - Indicates Saturday. + Indicates Tuesday. - - - - - - - + + + + + + + Field System.Runtime @@ -226,9 +226,9 @@ System.DayOfWeek - 0 + 3 - Indicates Sunday. + Indicates Wednesday. @@ -271,13 +271,13 @@ Indicates Thursday. - - - - - - - + + + + + + + Field System.Runtime @@ -306,18 +306,18 @@ System.DayOfWeek - 2 + 5 - Indicates Tuesday. + Indicates Friday. - - - - - - - + + + + + + + Field System.Runtime @@ -346,9 +346,9 @@ System.DayOfWeek - 3 + 6 - Indicates Wednesday. + Indicates Saturday.