この日付の年を整数として戻します。
構文
public int getIntYear()
戻り値
年を表す int 値。
例
DtpDate toDay = new DtpDate(); int year = toDay.getIntYear();
参照項目
getYear()