リサイズはクリックかドラッグ

ForceDayOfWeekHolidayYear プロパティ

ForceDayOfWeekHoliday が定義されている年を取得または設定します。

名前空間:  GrapeCity.Windows.InputMan
アセンブリ:  GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文
public int Year { get; set; }

プロパティ値

型: Int32
年を示す Int32 値。
例外
例外条件
ArgumentOutOfRangeException 年が DateTime.MinValue の年(1)未満か、DateTime.MaxValue の年(9999)を超えています。
関連項目