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

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

プロパティ値

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

DropDownCalendarInfo クラス
DropDownCalendarInfo メンバ

 

 


© MESCIUS inc. All rights reserved.