Keyword Reference

$tagMCRANGE

月カレンダーコントロールで許容される最小・最大日付け設定の情報を格納します。

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 コントロールに下限が設定されています
MaxSet コントロールに上限が設定されています

 

注意

なし。

 

関連