getIntSeconds()

Return the seconds in this date as an integer.

Syntax

public int getIntSeconds()
 

Return values

An int value which is the seconds. The range is 0-59.

Examples

DtpDate toDay = new DtpDate();
 int secs = toDay.getIntSeconds();
 

See also

getSeconds(), getMSSince1970()

Copyright IBM Corp. 1997, 2003