PowerTools CalendarGrid for Windows Forms 1.0J
TypeOfDay メソッド (ForceWorkday)

日付を表す System.DateTime 値。
指定の日付の種類を返します。
構文
Public Overrides Function TypeOfDay( _
   ByVal date As Date _
) As DayType
public override DayType TypeOfDay( 
   DateTime date
)

パラメータ

date
日付を表す System.DateTime 値。

戻り値の型

日付の種類を表す DayType 列挙体。
解説
このメソッドは、dateが臨時営業日である場合、DayType.ForcedWorkday を返します。それ以外の場合は DayType.Normal を返します。
参照

ForceWorkday クラス
ForceWorkday メンバ

 

 


© 2014 GrapeCity inc. All rights reserved.