System::DateTime::DaysInMonth メソッド
DateTime::DaysInMonth method
指定された年の指定された月の日数を返します。
static int System::DateTime::DaysInMonth(int year, int month)
| パラメーター | 型 | 説明 |
|---|---|---|
| 年 | int | 年 |
| 月 | int | 月の序数 |
ReturnValue
指定された年の指定された月の日数です。
参照
- Class DateTime
- Namespace System
- Library Aspose.Page for C++