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 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.

Usage

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

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