Legt ein Datum und eine Zeit in UTC fest
Global Const $tagMCSELRANGE = "short MinYear;short MinMonth;short MinDOW;short MinDay;short MinHour;short MinMinute;short MinSecond;" & _
"short MinMSeconds;short MaxYear;short MaxMonth;short MaxDOW;short MaxDay;short MaxHour;short MaxMinute;short MaxSecond;" & _
"short MaxMSeconds"
| MinYear | Jahr |
| MinMonth | Monat |
| MinDOW | Wochentag |
| MinDay | Tag |
| MinHour | Stunde |
| MinMinute | Minute |
| MinSecond | Sekunde |
| MinMSeconds | Millisekunde |
| MaxYear | Jahr |
| MaxMonth | Monat |
| MaxDOW | Wochentag |
| MaxDay | Tag |
| MaxHour | Stunde |
| MaxMinute | Minute |
| MaxSecond | Sekunde |
| MaxMSeconds | Millisekunde |