mirror of
https://github.com/boostorg/date_time.git
synced 2026-01-28 19:12:17 +00:00
31 lines
1.1 KiB
XML
31 lines
1.1 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-2004 CrystalClear Software, Inc.
|
|
Subject to the Boost Software License, Version 1.0.
|
|
(See accompanying file LICENSE-1.0 or http://www.boost.org/LICENSE-1.0)
|
|
-->
|
|
|
|
<section id="date_time.examples" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<title>Examples</title>
|
|
|
|
<!-- gregorian examples -->
|
|
<xi:include href="usage_examples.xml"/>
|
|
|
|
<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_end_of_month_day.xml"/>
|
|
<xi:include href="ex_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"/>
|
|
</section>
|