ESI_DATETIME Struct Reference
#include <ctgclient_esi.h>
Data Fields | |
| int | year |
| int | month |
| int | day |
| int | hour |
| int | minute |
| int | second |
| int | hundredths |
Detailed Description
The ESI_DATETIME structure contains the component parts for a date and time returned as part of the meta-data returned from an ESI request.
The function CTG_ESI_convertTime can be used to convert this structure into a tm structure.
Definition at line 70 of file ctgclient_esi.h.
Field Documentation
◆ day
| int day |
Definition at line 73 of file ctgclient_esi.h.
◆ hour
| int hour |
Definition at line 74 of file ctgclient_esi.h.
◆ hundredths
| int hundredths |
Definition at line 77 of file ctgclient_esi.h.
◆ minute
| int minute |
Definition at line 75 of file ctgclient_esi.h.
◆ month
| int month |
Definition at line 72 of file ctgclient_esi.h.
◆ second
| int second |
Definition at line 76 of file ctgclient_esi.h.
◆ year
| int year |
Definition at line 71 of file ctgclient_esi.h.