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

Calendar::GetDaysInMonth(int, int) const method

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

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

ReturnValue

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

参照

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

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

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

ReturnValue

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

参照