NITFDATETIME

typedef struct tagNITFDATETIME
{
   NITFDATE Date;
   NITFTIME Time;
} NITFDATETIME, * pNITFDATETIME;

The NITFDATETIME structure provides information about both date and time.

Member

Description

Date

An NITFDATE structure that provides information about date.

Time

An NITFTIME structure that provides information about time.