WICPngTimeProperties enumeration (wincodec.h)
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
WICPngTimeYear Value: 0x1 [VT_UI2] Indicates the year of the last modification. |
WICPngTimeMonth Value: 0x2 [VT_UI1] Indicates the month of the last modification. |
WICPngTimeDay Value: 0x3 [VT_UI1] Indicates day of the last modification. |
WICPngTimeHour Value: 0x4 [VT_UI1] Indicates the hour of the last modification. |
WICPngTimeMinute Value: 0x5 [VT_UI1] Indicates the minute of the last modification. |
WICPngTimeSecond Value: 0x6 [VT_UI1] Indicates the second of the last modification. |
WICPngTimeProperties_FORCE_DWORD Value: 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 |