getIntMilliSeconds()

Return the milliSeconds value from the date.

Syntax

public int getIntMilliSeconds()

Return values

An int value which is the milliseconds The range is 0-999.

Examples

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

Copyright IBM Corp. 2004, 2005