Home
last modified time | relevance | path

Searched defs:us_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.hpp54 struct us_dst_trait struct
56 typedef typename date_type::day_of_week_type day_of_week_type;
57 typedef typename date_type::month_type month_type;
58 typedef typename date_type::year_type year_type;
59 typedef date_time::nth_kday_of_month<date_type> start_rule_functor;
60 typedef date_time::first_kday_of_month<date_type> end_rule_functor;
61 typedef date_time::first_kday_of_month<date_type> start_rule_functor_pre2007;
62 typedef date_time::last_kday_of_month<date_type> end_rule_functor_pre2007;
63 static day_of_week_type start_day(year_type) {return Sunday;} in start_day()
64 static month_type start_month(year_type y) in start_month()
[all …]