PowerTools SPREAD for Windows Forms 8.0J
HolidayStyle コンストラクタ(String,HolidayCollection,SubStyle)


HolidayStyleの名前を示すSystem.String値。
HolidayStyleの休日を示すSystem.String値。
HolidayStyleのサブスタイルを示すSystem.String値。
名前、休日のコレクション および休日の書式を設定してHolidayStyle クラスの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal holidays As HolidayCollection, _
   ByVal subStyle As SubStyle _
)
'使用法
 
Dim name As String
Dim holidays As HolidayCollection
Dim subStyle As SubStyle
 
Dim instance As New HolidayStyle(name, holidays, subStyle)
public HolidayStyle( 
   string name,
   HolidayCollection holidays,
   SubStyle subStyle
)

パラメータ

name
HolidayStyleの名前を示すSystem.String値。
holidays
HolidayStyleの休日を示すSystem.String値。
subStyle
HolidayStyleのサブスタイルを示すSystem.String値。
参照

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

 

 


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