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 76 of file ctgclient_esi.h.
Field Documentation
int day |
Definition at line 79 of file ctgclient_esi.h.
int hour |
Definition at line 80 of file ctgclient_esi.h.
int hundredths |
Definition at line 83 of file ctgclient_esi.h.
int minute |
Definition at line 81 of file ctgclient_esi.h.
int month |
Definition at line 78 of file ctgclient_esi.h.
int second |
Definition at line 82 of file ctgclient_esi.h.
int year |
Definition at line 77 of file ctgclient_esi.h.