TimeStamp property (NotesGPSPosition - LotusScript)

Resets the headers that are used in the current request to the defaults.

Defined in

NotesGPSPosition

Data type

Variant of type DATE.

For more information, see NotesHTTPRequest.

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