libquentier 0.5.0
The library for rich desktop clients of Evernote service
Loading...
Searching...
No Matches
Public Types | List of all members
quentier::DateTimePrint Class Reference

The DateTimePrint class simply wraps the enum containing datetime printing options. More...

#include <DateTime.h>

Public Types

enum  Option { IncludeNumericTimestamp = 1 << 1 , IncludeMilliseconds = 1 << 2 , IncludeTimezone = 1 << 3 }
 

Detailed Description

The DateTimePrint class simply wraps the enum containing datetime printing options.

Member Enumeration Documentation

◆ Option

Available printing options for datetime

Enumerator
IncludeNumericTimestamp 

Include the numeric representation of the timestamp into the printed string

IncludeMilliseconds 

Include milliseconds into the printed string

IncludeTimezone 

Include timezone into the printed string WARNING: currently this option has no effect on Windows platform, the timezone is not included anyway.