New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
posix_time_types.cpp in vendors/XIOS/current/extern/boost/src/date_time – NEMO

source: vendors/XIOS/current/extern/boost/src/date_time/posix_time_types.cpp @ 3428

Last change on this file since 3428 was 3428, checked in by rblod, 12 years ago

importing initial XIOS vendor drop

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.