The DateTimePrint class simply wraps the enum containing datetime printing options.
More...
#include <DateTime.h>
|
enum | Option {
IncludeNumericTimestamp = 1 << 1,
IncludeMilliseconds = 1 << 2,
IncludeTimezone = 1 << 3,
IncludeNumericTimestamp = 1 << 1,
IncludeMilliseconds = 1 << 2,
IncludeTimezone = 1 << 3
} |
|
enum | Option {
IncludeNumericTimestamp = 1 << 1,
IncludeMilliseconds = 1 << 2,
IncludeTimezone = 1 << 3,
IncludeNumericTimestamp = 1 << 1,
IncludeMilliseconds = 1 << 2,
IncludeTimezone = 1 << 3
} |
|
The DateTimePrint class simply wraps the enum containing datetime printing options.
◆ Option [1/2]
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.
|
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.
|
◆ Option [2/2]
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.
|
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.
|