NITFDATE

Summary

The NITFDATE structure provides information about the date.

Syntax

typedef struct tagNITFDATE 
{ 
   L_UCHAR CC[2]; 
   L_UCHAR YY[2]; 
   L_UCHAR MM[2]; 
   L_UCHAR DD[2]; 
} NITFDATE, * pNITFDATE; 

Members

L_UCHAR CC

Value that represents the first two digits of the year. Valid values are range from 00 to 99.

L_UCHAR YY

Value that represents the last two digits of the year. Valid values are range from 00 to 99.

L_UCHAR MM

Value that represents the month. Valid values are range from 01 to 12.

L_UCHAR DD

Value that represents the day. Valid values are range from 0 to 31.

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.