'Declaration Public Overrides Function IsHoliday( _ ByVal date As Date _ ) As Boolean
'Declaration
Public Overrides Function IsHoliday( _ ByVal date As Date _ ) As Boolean
'使用法 Dim instance As ForceDayOfWeekWorkday Dim date As Date Dim value As Boolean value = instance.IsHoliday(date)
'使用法
Dim instance As ForceDayOfWeekWorkday Dim date As Date Dim value As Boolean value = instance.IsHoliday(date)
public override bool IsHoliday( DateTime date )
ForceDayOfWeekWorkday クラス ForceDayOfWeekWorkday メンバ
Copyright © 2004 GrapeCity inc.