getIntYear()

Return the year in this date as an integer.

Syntax

public int getIntYear()
 

Return values

An int value which is the year.

Examples

DtpDate toDay = new DtpDate();
 int year = toDay.getIntYear();
 

See also

getYear()

Copyright IBM Corp. 2003