日付からミリ秒の値を戻します。
構文
public int getIntMilliSeconds()
戻り値
ミリ秒を表す int 値。範囲は 0 から 999 です。
例
DtpDate toDay = new DtpDate(); int millisecs = toDay.getIntMilliSeconds();