OhTimePoint.isLeapYear メソッド
引数aYearがうるう年かを判定します。
Tests if the year 'aYear' is a leap year or not.
public static
bool isLeapYear(
int aYear);
パラメータ
- aYear
- an int value 西暦年
戻り値
a boolean value
true うるう年である
false うるう年でない
参照
OhTimePoint クラス | OhymosNet 名前空間