LinksPoint GPS Toolkit Reference
GPSUTCDATE
gpsapi.h | Types | See Also
Represents the date in the GPS data
See Also
Members
Members Description
long lMonth; Current Month
long lDay; Current Day
long lYear; Current year
Group
Declaration
typedef struct {
  long lMonth;
  long lDay;
  long lYear;
} GPSUTCDATE, * PGPSUTCDATE;
File
Links
Copyright ©1998-2005 Links Point Inc.