Home
last modified time | relevance | path

Searched defs:eu_dst_trait (Results 1 – 1 of 1) sorted by relevance

/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/
Dlocal_timezone_defs.hpp113 struct eu_dst_trait struct
115 typedef typename date_type::day_of_week_type day_of_week_type;
116 typedef typename date_type::month_type month_type;
117 typedef typename date_type::year_type year_type;
118 typedef date_time::last_kday_of_month<date_type> start_rule_functor;
119 typedef date_time::last_kday_of_month<date_type> end_rule_functor;
120 static day_of_week_type start_day(year_type) {return Sunday;} in start_day()
121 static month_type start_month(year_type) {return Mar;} in start_month()
122 static day_of_week_type end_day(year_type) {return Sunday;} in end_day()
123 static month_type end_month(year_type) {return Oct;} in end_month()
[all …]