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