Instance Propertyswift-png 4.4.5PNG
second
The second, expressed as a 0-indexed integer.
PNG.TimeModified.swift:28let second: Int
Other members in extension
Type members
init(parsing: [UInt8]
) throws Creates an image modification time by parsing the given chunk data.
init(year: Int, month: Int, day: Int, hour: Int, minute: Int, second: Int
) Creates an image modification time.
Instance members
let day: Int
The calendar day, expressed as a 1-indexed integer.
var description: String
let hour: Int
The hour, in 24-hour time, expressed as a 0-indexed integer.
let minute: Int
The minute, expressed as a 0-indexed integer.
let month: Int
The calendar month, expressed as a 1-indexed integer.
var serialized: [UInt8]
Encodes this image modification time as the contents of a
tIME
chunk.let year: Int
The complete gregorian year.