getIntSeconds()

この日付の秒を整数として戻します。

構文

public int getIntSeconds()
 

戻り値

秒を表す int 値。範囲は 0 から 59 です。

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

参照項目

getSeconds(), getMSSince1970()

Copyright IBM Corp. 2004