NITFDATETIME
typedef struct tagNITFDATETIME
{
NITFDATE Date;
NITFTIME Time;
} NITFDATETIME, * pNITFDATETIME;
The NITFDATETIME structure provides information about both date and time.
Members
An NITFDATE structure that provides information about date.
An NITFTIME structure that provides information about time.