FixQuality  Flags

Chapter 3: Property Descriptions and Usage

FixTime

Applies to

GPSFix objects

Description

Indicates the time at which the current position fix was read using Coordinated Universal Time (UTC). UTC is approximately the same as Greenwich Mean Time (GMT).

Usage


In scripts

The FixTime property takes a value of the Time datatype. The following lines create a SerialGPS object, retrieve information about the current fix, and write the fix time to a single line edit box:

SerialGps myGPS
GPSFix myFix

Integer rc

MyGPS = CREATE SerialGPS
rc = myGPS.Open()
...
rc = MyGPS.GetFix(myFix)
sle_time.txt = "Recorded at: " + String(myFix.FixTime)





Copyright © 2004. Sybase Inc. All rights reserved. Flags

View this book as PDF