NITFTIME

Summary

The NITFTIME structure provides information about the time.

Syntax

typedef struct tagNITFTIME 
{ 
   L_UCHAR hh[2]; 
   L_UCHAR mm[2]; 
   L_UCHAR ss[2]; 
}  NITFTIME, * pNITFTIME; 

Members

L_UCHAR hh

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

L_UCHAR mm

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

L_UCHAR ss

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

Usage

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

LEADTOOLS NITF C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.