getIntMilliSeconds()

日付からミリ秒の値を戻します。

構文

public int getIntMilliSeconds()
 

戻り値

ミリ秒を表す int 値。範囲は 0 から 999 です。

DtpDate toDay = new DtpDate();
 int millisecs = toDay.getIntMilliSeconds();
 

Copyright IBM Corp. 2004