Go to the source code of this file.
Functions/Subroutines | |
| character(string) function | dccaltochar1 (cal) |
| 暦情報の文字列変換 | |
| character(string) function dccaltochar1 | ( | type(dc_cal), intent(in) | cal | ) |
暦情報の文字列変換
このファイルに記載される手続き群は dc_calendar モジュールから提供されます.
DC_CAL 型変数を文字列に変換
dc_calendar_types#DC_CAL 型変数 cal を文字型変数 result へ変換して返します. 書式は下記のようになります.
CCCC:month_in_year=MM,day_in_month=(/DD1,.../),hour_in_day=hh,min_in_hour=mm,sec_in_min=ss
CCCC が暦のタイプ (文字数は任意), 以降は一年の月数等の情報となります.
| [in] | cal | 暦情報を収めたオブジェクト |
Definition at line 52 of file dccaltochar.f90.
References dc_calendar_internal::dccaltype_str(), dc_types::string, and dc_types::token.