Click or drag to resize

FPDF_SYSTEMTIME Fields

The FPDF_SYSTEMTIME type exposes the following members.

Fields
 NameDescription
Public fieldwDay day of the month - [1,31]
Public fieldwDayOfWeek days since Sunday - [0,6]
Public fieldwHour hours since midnight - [0,23]
Public fieldwMilliseconds milliseconds after the second - [0,999]
Public fieldwMinute minutes after the hour - [0,59]
Public fieldwMonth months since January - [0,11]
Public fieldwSecond seconds after the minute - [0,59]
Public fieldwYear years since 1900
Top
See Also