PowerTools SPREAD for Windows Forms 8.0J
DateYearDisplayField コンストラクタ(Boolean,YearDigitType)


説明
True 西暦年の数値がYearDigit プロパティで 定めた桁数をすべて埋めないとき、上位の桁に0を表示します。
False 西暦年の数値がYearDigit プロパティで 定めた桁数をすべて埋めないとき、上位の桁に0を表示しません。
年の桁の種類を示す GrapeCity.Win.Spread.InputMan.CellType.YearDigitType 値。
DateYearDisplayField クラスの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal showLeadingZero As Boolean, _
   ByVal yearDigit As YearDigitType _
)
'使用法
 
Dim showLeadingZero As Boolean
Dim yearDigit As YearDigitType
 
Dim instance As New DateYearDisplayField(showLeadingZero, yearDigit)
public DateYearDisplayField( 
   bool showLeadingZero,
   YearDigitType yearDigit
)

パラメータ

showLeadingZero
説明
True 西暦年の数値がYearDigit プロパティで 定めた桁数をすべて埋めないとき、上位の桁に0を表示します。
False 西暦年の数値がYearDigit プロパティで 定めた桁数をすべて埋めないとき、上位の桁に0を表示しません。
yearDigit
年の桁の種類を示す GrapeCity.Win.Spread.InputMan.CellType.YearDigitType 値。
参照

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

 

 


© 2004-2015, GrapeCity inc. All rights reserved.