System::DateTime::IsLeapYear メソッド
DateTime::IsLeapYear method
指定された年がうるう年かどうかを判定します。
static bool System::DateTime::IsLeapYear(int year)
| パラメーター | 型 | 説明 |
|---|---|---|
| 年 | int | 判定する年 |
ReturnValue
指定された年がうるう年であれば true、そうでなければ false
参照
- Class DateTime
- Namespace System
- Library Aspose.Page for C++