TibrvDate.getTimeNanoseconds()

Method

Declaration

int getTimeSeconds()

Purpose

Extract the modifying value (in nanoseconds) of a date object.

Remarks

This value is always non-negative, between zero and 999999999.

It modifies the date in whole seconds (as returned by TibrvDate.getTimeSeconds()), by specifying the number of nanoseconds after that date. For example, the time 1/2 second before midnight of December 31, 1969 is -1 seconds plus 500,000,000 nanoseconds.

See Also

TibrvDate.getTimeSeconds()