'宣言 Public Shared Function IsLeapYear( _ ByVal year As System.Integer, _ ByVal excelCompatible As System.Boolean _ ) As System.Boolean
public static System.bool IsLeapYear( System.int year, System.bool excelCompatible )
パラメータ
- year
- 年。
- excelCompatible
true
に設定されている場合、1900年はExcelのうるう年と見なされます。 それ以外の場合はfalse
。
戻り値の型
1900年がうるう年と見なされる場合は
true
。 それ以外の場合はfalse
。