56 integer,
intent(in):: caltype
57 character(*),
parameter :: subname =
'DCDateTimeSetCaltype'
59 call beginsub(subname,
'caltype=<%d>', i=(/caltype/))
61 caltype_default = caltype
64 &
'caltype=<%d> is invalid calender type.', &
67 call endsub(subname,
'dc_date_types#caltype_default=<%d>', i=(/caltype_default/))
subroutine dcdatetimesetcaltype(caltype)
暦法の設定
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)