CICS_EsiTime_t

Purpose

The CICS_EsiTime structure contains a time represented as hours, minutes, seconds, and hundredths of a second.

Fields

Hours
Hours held in cics_ushort_t format; values range from 0 to 23.
Minutes
Minutes held in cics_ushort_t format; values range from 0 to 59.
Seconds
Seconds held in cics_ushort_t format; values range from 0 to 59.
Hundredths
Hundredths of a second held in cics_ushort_t format; values range from 0 to 99.