From d276246a45ce4fb2d2373bf28ce829cae996af43 Mon Sep 17 00:00:00 2001 From: Roland Kock Date: Tue, 9 Jun 2020 21:43:34 +0200 Subject: [PATCH] Updated docs to reflect DayOfWeek Enum order The docs had a random order to the days of the week, changed the order to reflect the DayOfWeek order. --- xml/System/DayOfWeek.xml | 94 ++++++++++++++++++++-------------------- 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/xml/System/DayOfWeek.xml b/xml/System/DayOfWeek.xml index 5eaf3b4c1fe..344c847fbf2 100644 --- a/xml/System/DayOfWeek.xml +++ b/xml/System/DayOfWeek.xml @@ -67,13 +67,13 @@ - - - - - - - + + + + + + + Field System.Runtime @@ -101,9 +101,9 @@ System.DayOfWeek - 5 + 0 - Indicates Friday. + Indicates Sunday. @@ -145,13 +145,13 @@ Indicates Monday. - - - - - - - + + + + + + + Field System.Runtime @@ -179,18 +179,18 @@ System.DayOfWeek - 6 + 2 - Indicates Saturday. + Indicates Tuesday. - - - - - - - + + + + + + + Field System.Runtime @@ -218,9 +218,9 @@ System.DayOfWeek - 0 + 3 - Indicates Sunday. + Indicates Wednesday. @@ -262,13 +262,13 @@ Indicates Thursday. - - - - - - - + + + + + + + Field System.Runtime @@ -296,18 +296,18 @@ System.DayOfWeek - 2 + 5 - Indicates Tuesday. + Indicates Friday. - - - - - - - - + + + + + + + + Field System.Runtime @@ -335,10 +335,10 @@ System.DayOfWeek - 3 + 6 - Indicates Wednesday. + Indicates Saturday. - +