Go to the source code of this file.
◆ dcdatetimesetcaltype()
| subroutine dcdatetimesetcaltype |
( |
integer, intent(in) |
caltype | ) |
|
暦法の設定
- Author
- Yasuhiro MORIKAWA
- Copyright
- Copyright (C) GFD Dennou Club, 2000-2026. All rights reserved.
License is BSD-2-Clause. see COPYRIGHT in detail
Definition at line 49 of file dcdatetimesetcaltype.f90.
50
55 implicit none
56 integer, intent(in):: caltype
57 character(*), parameter :: subname = 'DCDateTimeSetCaltype'
58continue
62 else
64 & 'caltype=<%d> is invalid calender type.', &
66 end if
67 call endsub(subname,
'dc_date_types#caltype_default=<%d>', i=(/caltype_default/))
integer, save, public caltype
デフォルトの暦タイプ (グレゴリオ暦)
subroutine, public beginsub(name, fmt, i, r, d, l, n, c1, c2, c3, ca, version)
subroutine, public endsub(name, fmt, i, r, d, l, n, c1, c2, c3, ca)
References dc_trace::beginsub(), dc_date_types::caltype, and dc_trace::endsub().