TimeStamp property (NotesGPSPosition - LotusScript)

A NotesDateTime object representing the time at which a NotesGPSPosition was created by a call to NotesGPS.GetCurrentPosition() or updated by a call to NotesGPSPosition.Update().

Defined in

NotesGPSPosition

Data type

NotesDateTime

For more information, see NotesDateTime.

Example

Dim gps as NotesGPS

Dim hasAccess as Boolean

Dim gpsPosition as NotesGPSPosition

Dim ndt as NotesDateTime

Set gps= NotesSession.CreateGPS()

HasAccess = hasAccess = gps.Requestaccess()

If hasAccess then set gpsPosition = gps.getCurrentPosition()

Set ndt = gpsPosition.TimeStamp