TibrvDate.getTimeSeconds()

Method

Declaration

long getTimeSeconds()

Purpose

Extract the partial value (in whole seconds) of a date object.

Remarks

The value is the date in seconds, centered on 12:00am, January 1, 1970.

To get the modifying nanosecond value, use TibrvDate.getTimeNanoseconds().

See Also

TibrvDate.getTimeNanoseconds()