Enum PngTimeProperties
Specifies the Portable Network Graphics (PNG) tIME chunk metadata properties.
public enum PngTimeProperties
Fields
Day = 3
[VT_UI1] Indicates day of the last modification.
Hour = 4
[VT_UI1] Indicates the hour of the last modification.
Minute = 5
[VT_UI1] Indicates the minute of the last modification.
Month = 2
[VT_UI1] Indicates the month of the last modification.
Second = 6
[VT_UI1] Indicates the second of the last modification.
Year = 1
[VT_UI2] Indicates the year of the last modification.