DATESTAMP: Difference between revisions
Appearance
Created page with "Date stamp structure. == Type == USHORT year; USHORT month; USHORT day; == C Declaration Method == typedef struct == Fields == == Remarks == == Example..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
Date stamp structure | Date stamp structure | ||
== Type == | == Type == | ||
USHORT | [[USHORT]] year; | ||
USHORT | USHORT month; | ||
USHORT | USHORT day; | ||
== C Declaration Method == | == C Declaration Method == | ||
Line 10: | Line 10: | ||
== Fields == | == Fields == | ||
[[Category:Data type]] | [[Category:Data type]] |
Revision as of 11:01, 18 August 2017
Date stamp structure
Type
USHORT year; USHORT month; USHORT day;
C Declaration Method
typedef struct