Returns the ISO weekday number for a given date
#include <Date.au3>
_DateToDayOfWeekISO ( $iYear, $iMonth, $iDay )
| $iYear | A valid year in format YYYY |
| $iMonth | A valid month in format MM |
| $iDay | A valid day in format DD |
| Success: | the day of the Week Range is 1 to 7 where 1=Monday. |
| Failure: | 0 and sets the @error flag to non-zero. |
| @error: | 1 - Invalid Input Date |
_DateAdd, _DateDayOfWeek, _DateDiff, _DateToDayOfWeek, _DayValueToDate