Enthält Informationen für das Setzen des minimal und maximal erlaubten Datums für ein MonthCal-Control
Global Const $tagMCRANGE = "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;short MinSet;short MaxSet"
| 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 |
| MinSet | Ein minimales Limit, das für das Control gesetzt wird |
| MaxSet | Ein maximales Limit, das für das Control gesetzt wird |