Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the Portable Network Graphics (PNG) tIME chunk metadata properties.
Syntax
typedef enum WICPngTimeProperties {
WICPngTimeYear = 0x1,
WICPngTimeMonth = 0x2,
WICPngTimeDay = 0x3,
WICPngTimeHour = 0x4,
WICPngTimeMinute = 0x5,
WICPngTimeSecond = 0x6,
WICPngTimeProperties_FORCE_DWORD = 0x7fffffff
} ;
Constants
WICPngTimeYearValue: 0x1 [VT_UI2] Indicates the year of the last modification. |
WICPngTimeMonthValue: 0x2 [VT_UI1] Indicates the month of the last modification. |
WICPngTimeDayValue: 0x3 [VT_UI1] Indicates day of the last modification. |
WICPngTimeHourValue: 0x4 [VT_UI1] Indicates the hour of the last modification. |
WICPngTimeMinuteValue: 0x5 [VT_UI1] Indicates the minute of the last modification. |
WICPngTimeSecondValue: 0x6 [VT_UI1] Indicates the second of the last modification. |
WICPngTimeProperties_FORCE_DWORDValue: 0x7fffffff |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps only] |
| Header | wincodec.h |