NITFDATE

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

The NITFDATE structure provides information about the date.

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.

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