名前空間一覧 > GrapeCity.Web.Input.IMDate 名前空間 > DropDownCalendar クラス : MinDate プロパティ |
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | MaxDateプロパティより後の日付が設定されています。 |
Imports GrapeCity.Web.Input.Core GcDateTime1.DropDownCalendar.MaxDate = DateTimeEx.Parse("2010/12/31") GcDateTime1.DropDownCalendar.MinDate = DateTimeEx.Parse("1950/01/01")
using GrapeCity.Web.Input.Core; GcDateTime1.DropDownCalendar.MaxDate = DateTimeEx.Parse("2010/12/31"); GcDateTime1.DropDownCalendar.MinDate = DateTimeEx.Parse("1950/01/01");