ICC_DATE_TIME_NUMBER

typedef struct _ICC_DATE_TIME_NUMBER 
{ 
   L_IccUInt16Number uYear; 
   L_IccUInt16Number uMonth; 
   L_IccUInt16Number uDay; 
   L_IccUInt16Number uHours; 
   L_IccUInt16Number uMinutes; 
   L_IccUInt16Number uSeconds; 
} ICC_DATE_TIME_NUMBER, * pICC_DATE_TIME_NUMBER; 

The ICC_DATE_TIME_NUMBER structure is used to save DateTimeType data.

Members

uYear

Number of the year (actual year, e.g. 1994).

uMonth

Number of the month (1-12).

uDay

Number of the day of the month (1-31).

uHours

Number of hours (0-23).

uMinutes

Number of minutes (0-59).

uSeconds

Number of seconds (0-59).

Comments

All the ICC_DATE_TIME_NUMBER values in a profile are in Coordinated Universal Time (UTC, also known as GMT or ZULU Time). Profile writers are required to convert local time to UTC when setting these values.

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

LEADTOOLS Color Conversion C++ Class Library Help