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