PowerTools PlusPak for Windows Forms 8.0J
GetTypeOfDay メソッド

調査の対象となる日付
メソッドが返すIHolidayインタフェースを格納する変数
指定した日付の種類と対応するIHolidayインターフェイス(HolidayCollectionコレクション内に存在する場合)を戻します。
構文
Public Overridable Function GetTypeOfDay( _
   ByVal date As Date, _
   ByRef holiday As Object _
) As DayType
public virtual DayType GetTypeOfDay( 
   DateTime date,
   out object holiday
)

パラメータ

date
調査の対象となる日付
holiday
メソッドが返すIHolidayインタフェースを格納する変数

戻り値の型

日のタイプを示す DayType 列挙体
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

HolidayCollection クラス
HolidayCollection メンバ

Send Feedback