gtool5 Fortran 90/95 Library 1.0.0-rc5
日本語
Loading...
Searching...
No Matches
dc_calendar_generic::dccaltochar Interface Reference

Public Member Functions

character(string) function dccaltochar1 (cal)

Detailed Description

Definition at line 142 of file dc_calendar_generic.f90.

Member Function/Subroutine Documentation

◆ dccaltochar1()

character(string) function dc_calendar_generic::dccaltochar::dccaltochar1 ( type(dc_cal), intent(in) cal)

Definition at line 143 of file dc_calendar_generic.f90.

144 use dc_calendar_types, only: dc_cal
145 use dc_types, only: string
146 character(STRING):: result
147 type(DC_CAL), intent(in):: cal
Derived types and parameters of calendar and date.
Provides kind type parameter values.
Definition dc_types.f90:55
integer, parameter, public string
Character length for string
Definition dc_types.f90:137

References dc_types::string.


The documentation for this interface was generated from the following file: