gtool5 Fortran 90/95 ライブラリ 1.0.0-rc5
English
Loading...
Searching...
No Matches
dc_calendar.f90
Go to the documentation of this file.
1!-----------------------------------------------------------------------
2! Copyright (c) 2000-2026 Gtool Development Group. All rights reserved.
3!-----------------------------------------------------------------------
4!>
5!> @author Youhei SASAKI, Yasuhiro MORIKAWA
6!> @copyright Copyright (C) GFD Dennou Club, 2009-2026. All rights reserved. <br/>
7!> License is BSD-2-Clause. see [COPYRIGHT](@ref COPYRIGHT) in detail
8!> @en
9!> @brief Calendar and date module
10!> @details
11!> Procedures and derived types for handling of calendar and date
12!> are provided.
13!>
14!> @section calendar_tutorial Tutorial
15!>
16!> - Gtool5 Official Tutorial:
17!> - [Calendar and Date Management (Basic)](../tutorial/dc_calendar1.htm.en)
18!> - [Calendar and Date Management (Advanced)](../tutorial/dc_calendar2.htm.en)
19!>
20!> @section calendar_procedures Procedures List
21!>
22!> See "dc_calendar_generic".
23!>
24!> @section calendar_types Derived types
25!>
26!> See "dc_calendar_types".
27!>
28!> @enden
29!>
30!> @ja
31!> @brief 暦と日時モジュール
32!> @details
33!> 暦と時刻を扱うための手続と構造体を提供します.
34!>
35!> @section calendar_tutorial_ja チュートリアル
36!>
37!> - Gtool5 オフィシャルチュートリアル:
38!> - [暦および日時の操作 (基本編)](../tutorial/dc_calendar1.htm)
39!> - [暦および日時の操作 (上級編)](../tutorial/dc_calendar2.htm)
40!>
41!> @section calendar_procedures_ja 手続一覧
42!>
43!> dc_calendar_generic を参照ください.
44!>
45!> @section calendar_types_ja 派生型
46!>
47!> dc_calendar_types を参照ください.
48!>
49!> @endja
50!>
51
55 implicit none
56 !> @namespace dc_calendar
57end module dc_calendar
dc_calendar 手続のインターフェース宣言
暦と日時に関する構造データ型と定数
暦と日時モジュール