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