| 1 | <?xml version="1.0" encoding="utf-8"?> |
|---|
| 2 | <!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" |
|---|
| 3 | "../../../tools/boostbook/dtd/boostbook.dtd"> |
|---|
| 4 | |
|---|
| 5 | <!-- Copyright (c) 2001-2005 CrystalClear Software, Inc. |
|---|
| 6 | Subject to the Boost Software License, Version 1.0. |
|---|
| 7 | (See accompanying file LICENSE-1.0 or http://www.boost.org/LICENSE-1.0) |
|---|
| 8 | --> |
|---|
| 9 | |
|---|
| 10 | <section id="date_time.examples" xmlns:xi="http://www.w3.org/2001/XInclude"> |
|---|
| 11 | <title>Examples</title> |
|---|
| 12 | |
|---|
| 13 | <!-- gregorian examples --> |
|---|
| 14 | <xi:include href="ex_dates_as_strings.xml"/> |
|---|
| 15 | <xi:include href="ex_days_alive.xml"/> |
|---|
| 16 | <xi:include href="ex_days_between_new_years.xml"/> |
|---|
| 17 | <xi:include href="ex_find_last_day_of_months.xml"/> |
|---|
| 18 | <xi:include href="ex_localization.xml"/> |
|---|
| 19 | <!-- <xi:include href="ex_legacy_localization.xml"/> --> |
|---|
| 20 | <xi:include href="ex_date_period_calc.xml"/> |
|---|
| 21 | <xi:include href="ex_print_holidays.xml"/> |
|---|
| 22 | <xi:include href="ex_print_month.xml"/> |
|---|
| 23 | <xi:include href="ex_month_add.xml"/> |
|---|
| 24 | <!-- posix_time examples --> |
|---|
| 25 | <xi:include href="ex_time_math.xml"/> |
|---|
| 26 | <xi:include href="ex_print_hours.xml"/> |
|---|
| 27 | <xi:include href="ex_local_utc_conversion.xml"/> |
|---|
| 28 | <xi:include href="ex_time_periods.xml"/> |
|---|
| 29 | <!-- local_time examples --> |
|---|
| 30 | <xi:include href="ex_simple_time_zone.xml"/> |
|---|
| 31 | <xi:include href="ex_calc_rules.xml"/> |
|---|
| 32 | <xi:include href="ex_flight.xml"/> |
|---|
| 33 | <xi:include href="ex_seconds_since_epoch.xml"/> |
|---|
| 34 | </section> |
|---|