Skia
2D Graphics Library
SkPDF::DateTime Struct Reference

#include <SkPDFDocument.h>

Public Member Functions

void toISO8601 (SkString *dst) const
 

Public Attributes

int16_t fTimeZoneMinutes
 
uint16_t fYear
 e.g. 2005 More...
 
uint8_t fMonth
 1..12 More...
 
uint8_t fDayOfWeek
 0..6, 0==Sunday More...
 
uint8_t fDay
 1..31 More...
 
uint8_t fHour
 0..23 More...
 
uint8_t fMinute
 0..59 More...
 
uint8_t fSecond
 0..59 More...
 

Member Function Documentation

◆ toISO8601()

void SkPDF::DateTime::toISO8601 ( SkString dst) const

Member Data Documentation

◆ fDay

uint8_t SkPDF::DateTime::fDay

1..31

◆ fDayOfWeek

uint8_t SkPDF::DateTime::fDayOfWeek

0..6, 0==Sunday

◆ fHour

uint8_t SkPDF::DateTime::fHour

0..23

◆ fMinute

uint8_t SkPDF::DateTime::fMinute

0..59

◆ fMonth

uint8_t SkPDF::DateTime::fMonth

1..12

◆ fSecond

uint8_t SkPDF::DateTime::fSecond

0..59

◆ fTimeZoneMinutes

int16_t SkPDF::DateTime::fTimeZoneMinutes

◆ fYear

uint16_t SkPDF::DateTime::fYear

e.g. 2005


The documentation for this struct was generated from the following file: