System::Globalization::KoreanCalendar::GetDaysInMonth メソッド
KoreanCalendar::GetDaysInMonth(int, int) const method
特定の月の日数を取得します。
virtual int System::Globalization::Calendar::GetDaysInMonth(int year, int month) const
| パラメーター | 型 | 説明 |
|---|---|---|
| 年 | int | 年。 |
| 月 | int | 日数を取得する月。 |
ReturnValue
指定された年の指定された月の日数。
参照
- Class KoreanCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++
KoreanCalendar::GetDaysInMonth(int, int, int) const method
特定の月の日数を取得します。
int System::Globalization::KoreanCalendar::GetDaysInMonth(int year, int month, int era) const override
| パラメーター | 型 | 説明 |
|---|---|---|
| 年 | int | 年。 |
| 月 | int | 日数を取得する月。 |
| 時代 | int | 時代。 |
ReturnValue
指定された時代の指定された年の指定された月の日数。
参照
- Class KoreanCalendar
- Namespace System::Globalization
- Library Aspose.Page for C++