From 733b5d5ae2c5d625211e2985ac25728ac3f54883 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Mon, 21 Mar 2016 15:45:20 +0900 Subject: Imported Upstream version 1.58.0 Change-Id: If0072143aa26874812e0db6872e1efb10a3e5e94 Signed-off-by: DongHun Kwak --- doc/html/boost/date_time/first_kday_of_month.html | 36 +++++++++++------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'doc/html/boost/date_time/first_kday_of_month.html') diff --git a/doc/html/boost/date_time/first_kday_of_month.html b/doc/html/boost/date_time/first_kday_of_month.html index ebe7e1dcd0..ed16065e91 100644 --- a/doc/html/boost/date_time/first_kday_of_month.html +++ b/doc/html/boost/date_time/first_kday_of_month.html @@ -6,7 +6,7 @@ - + @@ -20,7 +20,7 @@
-PrevUpHomeNext +PrevUpHomeNext
@@ -44,24 +44,24 @@ typedef date_type::duration_type duration_type; // construct/copy/destruct - first_kday_of_month(day_of_week_type, month_type); + first_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

Similar to nth_kday_of_month, but requires less paramters

-

+

first_kday_of_month public construct/copy/destruct

  1. -
    first_kday_of_month(day_of_week_type dow, month_type m);
    Specify the first 'Sunday' in 'April' spec.

    +

    first_kday_of_month(day_of_week_type dow, month_type m);
    Specify the first 'Sunday' in 'April' spec.

    @@ -91,15 +91,15 @@
    -

    -first_kday_of_month public member functions

    +

    +first_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.1.0" ==> 1st 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.1.0" ==> 1st Sunday in April.

    @@ -113,7 +113,7 @@

    -PrevUpHomeNext +PrevUpHomeNext
    -- cgit v1.2.3