'宣言 Public Function IsWorkingDay( _ ByVal day As System.Date _ ) As System.Boolean
public System.bool IsWorkingDay( System.DateTime day )
パラメータ
- day
- The System.DateTime value to check.
戻り値の型
True if specified date is not weekend or holiday; false - otherwise.