PowerTools PlusPak for Windows Forms 8.0J
IsHoliday メソッド (DayOfWeekHolidayPolicy)

調査の対象となる日付
指定した日付が週の休業日かどうかを示す値を取得します。
構文
Public Function IsHoliday( _
   ByVal date As Date _
) As Boolean
public bool IsHoliday( 
   DateTime date
)

パラメータ

date
調査の対象となる日付

戻り値の型

指定した日が休業日の場合はtrue、そうでない場合はfalse
プラットフォーム

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

参照

DayOfWeekHolidayPolicy 構造体
DayOfWeekHolidayPolicy メンバ

Send Feedback