69 PdfString ToString()
const;
72 PdfString ToStringW3C()
const;
74 bool operator==(
const PdfDate& rhs)
const;
75 bool operator!=(
const PdfDate& rhs)
const;
80 PdfString createStringRepresentation(
bool w3cstring)
const;
83 std::chrono::seconds m_SecondsFromEpoch;
84 nullable<std::chrono::minutes> m_MinutesFromUtc;
This file should be included as the FIRST file in every header of PoDoFo lib.
This class is a date datatype as specified in the PDF reference.
Definition PdfDate.h:31
const std::chrono::seconds & GetSecondsFromEpoch() const
Definition PdfDate.h:63
PdfDate(const std::chrono::seconds &secondsFromEpoch, const nullable< std::chrono::minutes > &minutesFromUTC)
Create a PdfDate with a specified date/time and offset from UTC.
Convenient type for char array storage and/or buffer with std::string compatibility.
Definition basetypes.h:30
All classes, functions, types and enums of PoDoFo are members of these namespace.
Definition basetypes.h:13