source: XIOS/dev/dev_olga/src/extern/boost/src/date_time/posix_time_types.cpp @ 1022

Last change on this file since 1022 was 1022, checked in by mhnguyen, 7 years ago
File size: 921 bytes
Line 
1
2/* Copyright (c) 2002-2004 CrystalClear Software, Inc.
3 * Use, modification and distribution is subject to the
4 * Boost Software License, Version 1.0. (See accompanying
5 * file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
6 * Author: Jeff Garland
7 * $Date: 2008-02-27 15:00:24 -0500 (Wed, 27 Feb 2008) $
8 */
9
10
11//File doesn't have a current purpose except to generate docs
12//and keep it changeable without recompiles
13
14/** @defgroup time_basics Time Basics
15 
16**/ 
17
18/** @defgroup time_format Time Formatting
19 
20**/ 
21
22
23
24/*! @example local_utc_conversion.cpp
25  Demonstrate utc to local and local to utc calculations including dst.
26*/
27/*! @example time_periods.cpp Demonstrate some simple uses of time periods.
28*/
29/*! @example print_hours.cpp Demonstrate time iteration, clock retrieval, and simple calculation.
30 */
31/*! @example time_math.cpp Various types of calculations with times and time durations.
32 */
33
34 
35
Note: See TracBrowser for help on using the repository browser.