System::Globalization::ThaiBuddhistCalendar::GetDaysInMonth メソッド

ThaiBuddhistCalendar::GetDaysInMonth(int, int) const method

特定の月の日数を取得します。

virtual int System::Globalization::Calendar::GetDaysInMonth(int year, int month) const
パラメーター説明
int年。
int日数を取得する月。

ReturnValue

指定された年の指定された月の日数。

参照

ThaiBuddhistCalendar::GetDaysInMonth(int, int, int) const method

特定の月の日数を取得します。

int System::Globalization::ThaiBuddhistCalendar::GetDaysInMonth(int year, int month, int era) const override
パラメーター説明
int年。
int日数を取得する月。
時代int時代。

ReturnValue

指定された時代の指定された年の指定された月の日数。

参照