'Declaration Protected Overridable Function IsOverridden( _ ByVal date As Date _ ) As Boolean
'Declaration
Protected Overridable Function IsOverridden( _ ByVal date As Date _ ) As Boolean
'使用法 Dim instance As HolidayCollection Dim date As Date Dim value As Boolean value = instance.IsOverridden(date)
'使用法
Dim instance As HolidayCollection Dim date As Date Dim value As Boolean value = instance.IsOverridden(date)
protected virtual bool IsOverridden( DateTime date )
HolidayCollection クラス HolidayCollection メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.