System::DateTime::IsLeapYear メソッド

DateTime::IsLeapYear method

指定された年がうるう年かどうかを判定します。

static bool System::DateTime::IsLeapYear(int year)
パラメーター説明
int判定する年

ReturnValue

指定された年がうるう年であれば true、そうでなければ false

参照