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

調査の対象となる日付
指定した日付がHolidayCollectionコレクション内に存在するかどうかを示すブール値を戻します。
構文
Public Overridable Function IsHoliday( _
   ByVal date As Date _
) As Boolean
public virtual bool IsHoliday( 
   DateTime date
)

パラメータ

date
調査の対象となる日付

戻り値の型

日付が休日としてHolidayCollectionに登録されている場合はtrue、登録されていない場合はfalse
解説
Holiday クラスまたは ForceHoliday クラスを使用して指定された日付は休日として扱われます。また、DayOfWeekHolidayPolicy 構造体を使用することで、平日を休日として扱うこともできます。
プラットフォーム

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