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

DateDisplayFieldCollectionAdd メソッド (String)

format に基づいて日付表示フィールドを追加します。

名前空間:  GrapeCity.Windows.InputMan.Fields
アセンブリ:  GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文
public int Add(
	string format
)

パラメーター

format
型: SystemString
日付表示フィールドの配列に変換できる有効な文字列。

戻り値

型: Int32
このコレクションの最後の項目のインデックス。
例外
例外条件
ArgumentException format に無効な文字が含まれます。
関連項目