Go to the source code of this file.
Functions/Subroutines | |
| subroutine | dccaldefault1 (cal) |
| Get information of default calendar. | |
| subroutine dccaldefault1 | ( | type(dc_cal), intent(out) | cal | ) |
Get information of default calendar.
Procedures described in this file are provided from "dc_calendar" module.
Get the default calendar settings
Default calendar in "dc_calendar" is returned. The default calendar is set by dc_calendar_generic#DCCalCreate without optional argument cal. If the DCCalCreate is not called, the calendar becomes Gregorian calendar.
| [out] | cal | An object that stores information of calendar |
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().