Jump to content

CDATE

From EDM2
Revision as of 12:52, 2 April 2025 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Structure that contains date information for a data element in the details view of a container control.

typedef struct _CDATE {
  UCHAR      day;    /* Current day. */
  UCHAR      month;  /* Current month. */
  USHORT     year;   /* Current year. */
} CDATE;

typedef   CDATE   * PCDATE ;

Fields

day (UCHAR)
Current day.
month (UCHAR)
Current month.
year (USHORT)
Current year.