| Available in LEADTOOLS Imaging Pro, Vector, Document, and Medical Imaging toolkits. | 
NITFTIME
typedef struct tagNITFTIME
{
   L_UCHAR hh[2];
   L_UCHAR mm[2];
   L_UCHAR ss[2];
} NITFTIME, * pNITFTIME;
The NITFTIME structure provides information about the time.
| Member | Description | 
| hh | Value that represents the hours. Valid values are range from 00 to 23. | 
| mm | Value that represents the hour minutes. Valid values are range from 00 to 59. | 
| ss | Value that represents the minute seconds. Valid values are range from 00 to 59. |