From b8cf34c691623e4ec329053cbbf68522a855882d Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 5 Dec 2019 15:12:59 +0900 Subject: Imported Upstream version 1.67.0 --- doc/html/boost/date_time/acst_dst_trait.html | 44 ++++++++++++++-------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'doc/html/boost/date_time/acst_dst_trait.html') diff --git a/doc/html/boost/date_time/acst_dst_trait.html b/doc/html/boost/date_time/acst_dst_trait.html index cd6104e79f..87144015e3 100644 --- a/doc/html/boost/date_time/acst_dst_trait.html +++ b/doc/html/boost/date_time/acst_dst_trait.html @@ -41,32 +41,32 @@ typedef date_time::last_kday_of_month< date_type > start_rule_functor; typedef date_time::last_kday_of_month< date_type > end_rule_functor; - // public static functions - static day_of_week_type start_day(year_type); - static month_type start_month(year_type); - static day_of_week_type end_day(year_type); - static month_type end_month(year_type); - static int dst_start_offset_minutes(); - static int dst_end_offset_minutes(); - static int dst_shift_length_minutes(); - static date_type local_dst_start_day(year_type); - static date_type local_dst_end_day(year_type); + // public static functions + static day_of_week_type start_day(year_type); + static month_type start_month(year_type); + static day_of_week_type end_day(year_type); + static month_type end_month(year_type); + static int dst_start_offset_minutes(); + static int dst_end_offset_minutes(); + static int dst_shift_length_minutes(); + static date_type local_dst_start_day(year_type); + static date_type local_dst_end_day(year_type); };
-

Description

+

Description

-

-acst_dst_trait public static functions

+

+acst_dst_trait public static functions

    -
  1. static day_of_week_type start_day(year_type);
  2. -
  3. static month_type start_month(year_type);
  4. -
  5. static day_of_week_type end_day(year_type);
  6. -
  7. static month_type end_month(year_type);
  8. -
  9. static int dst_start_offset_minutes();
  10. -
  11. static int dst_end_offset_minutes();
  12. -
  13. static int dst_shift_length_minutes();
  14. -
  15. static date_type local_dst_start_day(year_type year);
  16. -
  17. static date_type local_dst_end_day(year_type year);
  18. +
  19. static day_of_week_type start_day(year_type);
  20. +
  21. static month_type start_month(year_type);
  22. +
  23. static day_of_week_type end_day(year_type);
  24. +
  25. static month_type end_month(year_type);
  26. +
  27. static int dst_start_offset_minutes();
  28. +
  29. static int dst_end_offset_minutes();
  30. +
  31. static int dst_shift_length_minutes();
  32. +
  33. static date_type local_dst_start_day(year_type year);
  34. +
  35. static date_type local_dst_end_day(year_type year);
-- cgit v1.2.3