gtool5 Fortran 90/95 Library 1.0.0-rc5
日本語
Loading...
Searching...
No Matches
dc_date.f90
Go to the documentation of this file.
1!-----------------------------------------------------------------------
2! Copyright (c) 2000-2026 Gtool Development Group. All rights reserved.
3!-----------------------------------------------------------------------
4!>
5!> @author Yasuhiro MORIKAWA, Eizi TOYODA
6!> @copyright Copyright (C) GFD Dennou Club, 2000-2026. All rights reserved. <br/>
7!> License is BSD-2-Clause. see [COPYRIGHT](@ref COPYRIGHT) in detail
8!> @en
9!> @brief Date and time manipulation module
10!> @details
11!> This module provides procedures for handling date and time.
12!>
13!> @section dc_date_tutorial Tutorial
14!>
15!> - gtool5 Official Tutorial:
16!> [Date and Time Operations](../tutorial/dc_date.htm.en)
17!>
18!> @section dc_date_procedures Procedures list
19!>
20!> See dc_date_generic for procedures list.
21!>
22!> @section dc_date_types Derived types
23!>
24!> See dc_date_types for derived types.
25!>
26!> @section dc_date_usage Usage
27!>
28!> See dc_date_generic for usage examples.
29!>
30!> @enden
31!>
32!> @ja
33!> @brief 日付および時刻に関する手続きを提供するモジュール
34!> @details
35!> 日付および時刻を扱うための手続きを提供します.
36!>
37!> @section dc_date_tutorial_ja チュートリアル
38!>
39!> - gtool5 オフィシャルチュートリアル:
40!> [日時および時刻の操作](../tutorial/dc_date.htm)
41!>
42!> @section dc_date_procedures_ja 手続一覧
43!>
44!> 手続一覧については dc_date_generic を参照してください.
45!>
46!> @section dc_date_types_ja 派生型
47!>
48!> 派生型については dc_date_types を参照してください.
49!>
50!> @section dc_date_usage_ja 使用方法
51!>
52!> 使用方法については dc_date_generic を参照してください.
53!>
54!> @endja
55!>
56
57module dc_date
60end module dc_date
Interface declarations for procedures provided from dc_date.
Derived types and parameters for date and time.
Date and time manipulation module.
Definition dc_date.f90:57