System::Globalization::KoreanLunisolarCalendar::IsLeapDay メソッド

KoreanLunisolarCalendar::IsLeapDay(int, int, int) const method

日がうるう年かどうかをチェックします。

virtual bool System::Globalization::Calendar::IsLeapDay(int year, int month, int day) const
パラメーター説明
int年。
int月。
int日。

ReturnValue

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

参照

KoreanLunisolarCalendar::IsLeapDay(int, int, int, int) const method

日がうるう年かどうかをチェックします。

bool System::Globalization::KoreanLunisolarCalendar::IsLeapDay(int year, int month, int day, int era) const override
パラメーター説明
int年。
int月。
int日。
時代int時代。

ReturnValue

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

参照