GrapeCity SPREAD for Windows Forms 11.0J
DateMonthDisplayField コンストラクタ(Boolean,MonthPattern)


説明
True 月の数値が1から9のとき、十の位に0を表示します。
False 月の数値が1から9のとき、十の位に0を表示しません。
月の値の表示方法を示す GrapeCity.Win.Spread.InputMan.CellType.MonthPattern 列挙体。
DateMonthDisplayField クラスの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal showLeadingZero As Boolean, _
   ByVal pattern As MonthPattern _
)
'使用法
 
Dim showLeadingZero As Boolean
Dim pattern As MonthPattern
 
Dim instance As New DateMonthDisplayField(showLeadingZero, pattern)
public DateMonthDisplayField( 
   bool showLeadingZero,
   MonthPattern pattern
)

パラメータ

showLeadingZero
説明
True 月の数値が1から9のとき、十の位に0を表示します。
False 月の数値が1から9のとき、十の位に0を表示しません。
pattern
月の値の表示方法を示す GrapeCity.Win.Spread.InputMan.CellType.MonthPattern 列挙体。
参照

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

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.