Vanilla.PDF  1.4.1
Cross-platform toolkit for creating and modifying PDF documents
Enumerations
c_date.h File Reference

This file contains class definitions for DateHandle. More...

#include "vanillapdf/c_export.h"
#include "vanillapdf/c_handles.h"
#include "vanillapdf/c_values.h"

Go to the source code of this file.

Enumerations

enum  TimezoneType { TimezoneType_UTC = 0, TimezoneType_Later, TimezoneType_Earlier }
 Relationship of local time to Universal Time (UT). More...
 

Detailed Description

This file contains class definitions for DateHandle.

Enumeration Type Documentation

◆ TimezoneType

Relationship of local time to Universal Time (UT).

Enumerator
TimezoneType_UTC 

Signifies that local time is equal to UT.

TimezoneType_Later 

Signifies that local time is later than UT.

TimezoneType_Earlier 

Signifies that local time is earlier than UT.