GrapeCity InputMan for Windows Forms 11.0J
DateYearDisplayField コンストラクタ(Boolean,YearDigitType)

説明
True 西暦年の数値がyearDigitで定めた桁数をすべて埋めないとき、上位の桁に0を表示します。
False 西暦年の数値がyearDigitで定めた桁数をすべて埋めないとき、上位の桁に0を表示しません。
西暦年の表示形式を表すYearDigitType列挙体。
指定したデータを含むDateYearDisplayField クラスの新しいインスタンスを初期化します。
シンタックス
Public Function New( _
   ByVal showLeadingZero As Boolean, _
   ByVal yearDigit As YearDigitType _
)
public DateYearDisplayField( 
   bool showLeadingZero,
   YearDigitType yearDigit
)

パラメータ

showLeadingZero
説明
True 西暦年の数値がyearDigitで定めた桁数をすべて埋めないとき、上位の桁に0を表示します。
False 西暦年の数値がyearDigitで定めた桁数をすべて埋めないとき、上位の桁に0を表示しません。
yearDigit
西暦年の表示形式を表すYearDigitType列挙体。
参照

参照

DateYearDisplayField クラス
DateYearDisplayField メンバ
オーバーロード一覧

 

 


© 2004 GrapeCity inc. All rights reserved.