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