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..." |
|||
(3 intermediate revisions by 2 users not shown) | |||
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 == | ||
typedef struct | typedef struct | ||
== Fields == | == Fields == | ||
[[Category:Data type]] | [[Category:Data type]] |
Latest revision as of 10:16, 4 August 2018
Date stamp structure
Type
USHORT year; USHORT month; USHORT day;
C Declaration Method
typedef struct