System::Globalization::Calendar::IsLeapYear メソッド
Calendar::IsLeapYear(int) const method
年がうるう年かどうかをチェックします。
virtual bool System::Globalization::Calendar::IsLeapYear(int year) const
| パラメーター | 型 | 説明 |
|---|---|---|
| 年 | int | 年。 |
ReturnValue
指定された年がうるう年であれば true、そうでなければ false。
参照
- Class Calendar
- Namespace System::Globalization
- Library Aspose.Page for C++
Calendar::IsLeapYear(int, int) const method
年がうるう年かどうかをチェックします。
virtual bool System::Globalization::Calendar::IsLeapYear(int year, int era) const =0
| パラメーター | 型 | 説明 |
|---|---|---|
| 年 | int | 年。 |
| 時代 | int | 時代。 |
ReturnValue
指定された年がうるう年であれば true、そうでなければ false。
参照
- Class Calendar
- Namespace System::Globalization
- Library Aspose.Page for C++