MESCIUS SPREAD for Windows Forms 15.0J
MaxDate プロパティ (DropDownCalendarInfo)

ドロップダウンカレンダーで選択可能な日付の最大値を取得または設定します。
構文
'宣言
 
Public Property MaxDate As Nullable(Of Date)
public Nullable<DateTime> MaxDate {get; set;}

プロパティ値

ドロップダウンカレンダーの内部間隔を示す System.Drawing.Size 値。
例外
例外解説
System.ArgumentNullException値はnull 参照 (Visual Basicでは Nothing)です。
System.ArgumentOutOfRangeException値はDropDownCalendar.MinDate未満です。
解説
このプロパティは最大日付値を取得します。その値は DropDownCalendar.MinDate より大きい必要があります。
参照

DropDownCalendarInfo クラス
DropDownCalendarInfo メンバ

 

 


© MESCIUS inc. All rights reserved.