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.

Members

L_UCHAR hh

Value that represents the hours. Valid values are range from 00 to 23.

L_UCHAR mm

Value that represents the hour minutes. Valid values are range from 00 to 59.

L_UCHAR ss

Value that represents the minute seconds. Valid values are range from 00 to 59.

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.