From 3fdc3e5ee96dca5b11d1694975a65200787eab86 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 5 Dec 2019 15:11:01 +0900 Subject: Imported Upstream version 1.66.0 --- doc/html/boost/date_time/last_kday_of_month.html | 30 ++++++++++++------------ 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'doc/html/boost/date_time/last_kday_of_month.html') diff --git a/doc/html/boost/date_time/last_kday_of_month.html b/doc/html/boost/date_time/last_kday_of_month.html index 25468fd976..ab859c4717 100644 --- a/doc/html/boost/date_time/last_kday_of_month.html +++ b/doc/html/boost/date_time/last_kday_of_month.html @@ -45,25 +45,25 @@ typedef date_type::duration_type duration_type; // construct/copy/destruct - last_kday_of_month(day_of_week_type, month_type); + last_kday_of_month(day_of_week_type, month_type); - // public member functions - virtual date_type get_date(year_type) const; - month_type month() const; - day_of_week_type day_of_week() const; - virtual std::string to_string() const; + // public member functions + virtual date_type get_date(year_type) const; + month_type month() const; + day_of_week_type day_of_week() const; + virtual std::string to_string() const; };
-

Description

+

Description

Useful generator functor for finding holidays and daylight savings Get the last day of the month and then calculate the difference to the last previous day.

-

+

last_kday_of_month public construct/copy/destruct

  1. -
    last_kday_of_month(day_of_week_type dow, month_type m);
    Specify the date spec like last 'Sunday' in 'April' spec.

    +

    last_kday_of_month(day_of_week_type dow, month_type m);
    Specify the date spec like last 'Sunday' in 'April' spec.

    @@ -93,15 +93,15 @@
    -

    -last_kday_of_month public member functions

    +

    +last_kday_of_month public member functions

    1. -
      virtual date_type get_date(year_type year) const;
      Return a concrete date when provided with a year specific year.
    2. -
    3. month_type month() const;
    4. -
    5. day_of_week_type day_of_week() const;
    6. +
      virtual date_type get_date(year_type year) const;
      Return a concrete date when provided with a year specific year. +
    7. month_type month() const;
    8. +
    9. day_of_week_type day_of_week() const;
    10. -
      virtual std::string to_string() const;
      Returns string suitable for use in POSIX time zone string.

      Returns a string formatted as "M4.5.0" ==> last Sunday in April.

      +
      virtual std::string to_string() const;
      Returns string suitable for use in POSIX time zone string.

      Returns a string formatted as "M4.5.0" ==> last Sunday in April.

    -- cgit v1.2.3