9b5d99078e
[SVN r43422]
35 lines
1.4 KiB
XML
35 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
|
|
"../../../tools/boostbook/dtd/boostbook.dtd">
|
|
|
|
<!-- Copyright (c) 2001-2005 CrystalClear Software, Inc.
|
|
Subject to the Boost Software License, Version 1.0.
|
|
(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
|
|
-->
|
|
|
|
<section id="date_time.examples" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<title>Examples</title>
|
|
|
|
<!-- gregorian examples -->
|
|
<xi:include href="ex_dates_as_strings.xml"/>
|
|
<xi:include href="ex_days_alive.xml"/>
|
|
<xi:include href="ex_days_between_new_years.xml"/>
|
|
<xi:include href="ex_find_last_day_of_months.xml"/>
|
|
<xi:include href="ex_localization.xml"/>
|
|
<!-- <xi:include href="ex_legacy_localization.xml"/> -->
|
|
<xi:include href="ex_date_period_calc.xml"/>
|
|
<xi:include href="ex_print_holidays.xml"/>
|
|
<xi:include href="ex_print_month.xml"/>
|
|
<xi:include href="ex_month_add.xml"/>
|
|
<!-- posix_time examples -->
|
|
<xi:include href="ex_time_math.xml"/>
|
|
<xi:include href="ex_print_hours.xml"/>
|
|
<xi:include href="ex_local_utc_conversion.xml"/>
|
|
<xi:include href="ex_time_periods.xml"/>
|
|
<!-- local_time examples -->
|
|
<xi:include href="ex_simple_time_zone.xml"/>
|
|
<xi:include href="ex_calc_rules.xml"/>
|
|
<xi:include href="ex_flight.xml"/>
|
|
<xi:include href="ex_seconds_since_epoch.xml"/>
|
|
</section>
|