NITFDATETIME

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

The NITFDATETIME structure provides information about both date and time.

Member

Description

Date

A NITFDATE structure that provides information about date.

Time

A NITFTIME structure that provides information about time.