Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/date_time/xmldoc/examples.xml @ 29

Last change on this file since 29 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 1.3 KB
Line 
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>
Note: See TracBrowser for help on using the repository browser.