Описание ключевого слова
$tagMCRANGE
Contains information for setting the minimum and maximum allowable dates for a month calendar 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 | Год |
| MinMonth |
Месяц |
| MinDOW |
День недели |
| MinDay |
День |
| MinHour |
Час |
| MinMinute |
Минута |
| MinSecond |
Секунда |
| MinMSeconds |
Миллисекунды |
| MaxYear |
Год |
| MaxMonth |
Месяц |
| MaxDOW |
День недели |
| MaxDay |
День |
| MaxHour |
Час |
| MaxMinute |
Минута |
| MaxSecond |
Секунда |
| MaxMSeconds |
Миллисекунды |
| MinSet |
A minimum limit is set for the control |
| MaxSet |
A maximum limit is set for the control |