gtool5 Fortran 90/95 Library
1.0.0-rc5
日本語
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Loading...
Searching...
No Matches
dc_utils
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
57
module
dc_date
58
use
dc_date_types
59
use
dc_date_generic
60
end module
dc_date
dc_date_generic
Interface declarations for procedures provided from dc_date.
Definition
dc_date_generic.f90:331
dc_date_types
Derived types and parameters for date and time.
Definition
dc_date_types.f90:110
dc_date
Date and time manipulation module.
Definition
dc_date.f90:57
Generated on
for gtool5 Fortran 90/95 Library by
1.15.0