Enum time_kind
Description
The type (UTC/local) of the representation requested to format_time().
Values
utc | |||
local |
Source
Lines 66-70 in breeze/time/format_time.hpp.
enum class time_kind
{
utc,
local
} ;
The type (UTC/local) of the representation requested to format_time().
utc | |||
local |
Lines 66-70 in breeze/time/format_time.hpp.
enum class time_kind
{
utc,
local
} ;