Extended format uses seperators YYYY-MM-DD. More...
#include <iso_format.hpp>


Static Public Member Functions | |
| static bool | has_date_sep_chars () |
| Extended format needs char separators. More... | |
| static month_format_spec | month_format () |
| Describe month format – its an integer in iso format. More... | |
| static const charT * | not_a_date () |
| String used printed is date is invalid. More... | |
| static const charT * | pos_infinity () |
| String used to for positive infinity value. More... | |
| static const charT * | neg_infinity () |
| String used to for positive infinity value. More... | |
| static charT | year_sep_char () |
| ISO char for a year – used in durations. More... | |
| static charT | month_sep_char () |
| ISO char for a month. More... | |
| static charT | day_sep_char () |
| ISO char for a day. More... | |
| static charT | hour_sep_char () |
| char for minute More... | |
| static charT | minute_sep_char () |
| char for minute More... | |
| static charT | second_sep_char () |
| char for second More... | |
| static charT | period_start_char () |
| ISO char for a period. More... | |
| static charT | time_start_char () |
| Used in time in mixed strings to set start of time. More... | |
| static charT | week_start_char () |
| Used in mixed strings to identify start of a week number. More... | |
| static charT | period_sep_char () |
| Separators for periods. More... | |
| static charT | time_sep_char () |
| Separator for hh:mm:ss. More... | |
| static charT | fractional_time_sep_char () |
| Preferred Separator for hh:mm:ss,decimal_fraction. More... | |
| static bool | is_component_sep (charT sep) |
| static bool | is_fractional_time_sep (charT sep) |
| static bool | is_timezone_sep (charT sep) |
| static charT | element_sep_char () |
Extended format uses seperators YYYY-MM-DD.
|
inlinestaticinherited |
ISO char for a day.
|
inlinestaticinherited |
|
inlinestaticinherited |
Preferred Separator for hh:mm:ss,decimal_fraction.
|
inlinestatic |
Extended format needs char separators.
|
inlinestaticinherited |
char for minute
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
char for minute
|
inlinestaticinherited |
Describe month format – its an integer in iso format.
References boost::date_time::month_as_integer.
|
inlinestaticinherited |
ISO char for a month.
|
inlinestaticinherited |
String used to for positive infinity value.
|
inlinestaticinherited |
String used printed is date is invalid.
|
inlinestaticinherited |
Separators for periods.
|
inlinestaticinherited |
ISO char for a period.
|
inlinestaticinherited |
String used to for positive infinity value.
|
inlinestaticinherited |
char for second
|
inlinestaticinherited |
Separator for hh:mm:ss.
|
inlinestaticinherited |
Used in time in mixed strings to set start of time.
|
inlinestaticinherited |
Used in mixed strings to identify start of a week number.
|
inlinestaticinherited |
ISO char for a year – used in durations.