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 range from 00 to 23.

mm

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

ss

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS NITF C++ Class Library Help