BUI logo BBjGeolocationEvent::getTimestamp

Description

In BBj 11.0 and higher, this method returns the time when this position information was acquired.

Syntax

Return Value

Method

long

getTimestamp()

Parameters

None.

Return Value

Returns a timestamp value (milliseconds since January 1st, 1970 UTC). To convert to a Date value, enter:

date! = new java.util.Date(event!.getTimestamp()).

Remarks

None.

Example

See Also

BBjAPI

BBj Object Syntax

BBj Object Diagram for an illustration of the relationship between BBjObjects.

Geolocation API Specification