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