MESCIUS SPREAD for Windows Forms 15.0J
DateDefault プロパティ (DateTimeCellType)
使用例 

コントロールのデフォルトの日付を取得または設定します。
構文
'宣言
 
Public Overridable Property DateDefault As Date
public virtual DateTime DateDefault {get; set;}

プロパティ値

デフォルトの日付を含む DateTime オブジェクト
使用例
次のサンプル コードは、セルのデフォルトの日付を設定します。
FarPoint.Win.Spread.CellType.DateTimeCellType dt = new FarPoint.Win.Spread.CellType.DateTimeCellType(); 
dt.DateDefault = System.DateTime.Now; 
dt.TimeDefault = System.DateTime.Now; 
dt.TwoDigitYearMax = 2000;
FarPoint.Win.Spread.CellType.DateTimeCellType dt = new FarPoint.Win.Spread.CellType.DateTimeCellType(); 
dt.DateDefault = System.DateTime.Now; 
dt.TimeDefault = System.DateTime.Now; 
dt.TwoDigitYearMax = 2000;
参照

DateTimeCellType クラス
DateTimeCellType メンバ

 

 


© MESCIUS inc. All rights reserved.