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)
Set the calendar type.
Interface declarations for procedures provided from dc_date.
Derived types and parameters for date and time.
integer, save, public caltype
Default calendar type (Gregorian)
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)