/
GMTStampType
GMTStampType
Declaration
Delphi
GMTStampType = record
years: byte;
months: byte;
days: byte;
hours: byte;
minutes: byte;
seconds: byte;
end;
C/C++
typedef struct
{
unsigned char years;
unsigned char months;
unsigned char days;
unsigned char hours;
unsigned char minutes;
unsigned char seconds;
} SOPAD_GMTStampType;
Description
This type is used to store the time stamp (GMT) of the signature and returned by StopRead indicating the time of the signature. (For those pads that have a built-in real time clock).
Members
years, months, days
Date part of the time stamp.
hours, minutes, seconds
Time part of the time stamp.
, multiple selections available,
Related content
GetSigData
GetSigData
More like this
TDataFrame
TDataFrame
More like this
TDataFrameEx
TDataFrameEx
More like this
GetDeviceClock
GetDeviceClock
More like this
XMLGetSignInfoGMTstamp
XMLGetSignInfoGMTstamp
More like this
getBioData
getBioData
More like this