WICPngTimeProperties enumeration
Specifies the Portable Network Graphics (PNG) tIME chunk metadata properties.
Syntax
typedef enum WICPngTimeProperties { WICPngTimeYear = 0x00000001, WICPngTimeMonth = 0x00000002, WICPngTimeDay = 0x00000003, WICPngTimeHour = 0x00000004, WICPngTimeMinute = 0x00000005, WICPngTimeSecond = 0x00000006 } WICPngTimeProperties;
Constants
- WICPngTimeYear
-
[VT_UI2] Indicates the year of the last modification.
- WICPngTimeMonth
-
[VT_UI1] Indicates the month of the last modification.
- WICPngTimeDay
-
[VT_UI1] Indicates day of the last modification.
- WICPngTimeHour
-
[VT_UI1] Indicates the hour of the last modification.
- WICPngTimeMinute
-
[VT_UI1] Indicates the minute of the last modification.
- WICPngTimeSecond
-
[VT_UI1] Indicates the second of the last modification.
Requirements
|
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 |
|
|
IDL |
|