CICS_EsiDate_t

Purpose

The CICS_EsiDate_t structure contains a date represented as year, month, and day.

Fields

Year
4-digit year held in cics_ushort_t format.
Month
Month held in cics_ushort_t format; values range from 1 to 12 with 1 representing January.
Day
Day held in cics_ushort_t format; values range from 1 to 31 with 1 representing the first day of the month.