Click or drag to resize

FPDF_SYSTEMTIME Structure

Declares of a struct type to the local system time.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Patagames.PdfFPDF_SYSTEMTIME

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public struct FPDF_SYSTEMTIME

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