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 | Year |
MinMonth | Month |
MinDOW | DOW |
MinDay | Day |
MinHour | Hour |
MinMinute | Minute |
MinSecond | Seconds |
MinMSeconds | Milliseconds |
MaxYear | Year |
MaxMonth | Month |
MaxDOW | DOW |
MaxDay | Day |
MaxHour | Hour |
MaxMinute | Minute |
MaxSecond | Seconds |
MaxMSeconds | Milliseconds |
MinSet | A minimum limit is set for the control |
MaxSet | A maximum limit is set for the control |