Go to the source code of this file.
Functions/Subroutines | |
| subroutine | dccaldefault1 (cal) |
| デフォルトの暦情報の取得 | |
| subroutine dccaldefault1 | ( | type(dc_cal), intent(out) | cal | ) |
デフォルトの暦情報の取得
このファイルに記載される手続き群は dc_calendar モジュールから提供されます.
デフォルトの暦設定を取得
dc_calendar においてデフォルト設定となっている暦を返します. このデフォルトの暦は, dc_calendar_generic#DCCalCreate において省略可能引数 cal を省略して指定された暦が該当します. ただし DCCalCreate が呼び出されていない場合にはグレゴリオ暦となります.
| [out] | cal | 暦情報を収めたオブジェクト |
Definition at line 43 of file dccaldefault.f90.
References dc_trace::beginsub(), dc_calendar_internal::default_cal, dc_calendar_internal::default_cal_set(), and dc_trace::endsub().