Go to the source code of this file.
Functions/Subroutines | |
| subroutine | dcdatetimesetcaltype (caltype) |
| 暦法の設定 | |
| subroutine dcdatetimesetcaltype | ( | integer, intent(in) | caltype | ) |
暦法の設定
このファイルで提供される手続き群は dc_date モジュールにて提供されます。
暦法のデフォルトを設定
暦法のデフォルトを設定します. dc_date_types#CAL_CYCLIC, dc_date_types#CAL_NOLEAP, dc_date_types#CAL_JULIAN, dc_date_types#CAL_GREGORIAN のいづれかを引数 caltype に与えてください.
なお, この手続きを呼ばない場合, デフォルトの暦法は dc_date_types#CAL_GREGORIAN に設定されています.
| [in] | caltype | デフォルトに設定する暦法 |
Definition at line 49 of file dcdatetimesetcaltype.f90.
References dc_trace::beginsub(), dc_date_types::caltype, and dc_trace::endsub().