名前空間一覧 > GrapeCity.Web.Input.IMValidators 名前空間 > GcDateDifferenceValidator クラス : DateToCompare プロパティ |
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | 100/1/1より前の日付が設定されています。 |
GcDateDifferenceValidator1.DateToCompare = DateTime.Parse("2015/12/31") GcDateDifferenceValidator1.ControlToValidate = "GcDateTime1" GcDateDifferenceValidator1.ErrorMessage = "日付が不正です。"
GcDateDifferenceValidator1.DateToCompare = DateTime.Parse("2015/12/31"); GcDateDifferenceValidator1.ControlToValidate = "GcDateTime1"; GcDateDifferenceValidator1.ErrorMessage = "日付が不正です。";