Definition at line 9 of file simulation_datetime.F90.
◆ addday()
generic simulation_datetime::date_range_t::addday |
( |
class (date_range_t), intent(inout) | this | ) |
|
◆ advance_curr_to_last_day_of_month_sub()
procedure simulation_datetime::date_range_t::advance_curr_to_last_day_of_month_sub |
( |
class (date_range_t), intent(inout) | this | ) |
|
◆ advance_curr_to_last_day_of_year_sub()
procedure simulation_datetime::date_range_t::advance_curr_to_last_day_of_year_sub |
( |
class (date_range_t), intent(inout) | this | ) |
|
◆ advance_to_last_day_of_month()
generic simulation_datetime::date_range_t::advance_to_last_day_of_month |
( |
class (date_range_t), intent(inout) | this | ) |
|
◆ advance_to_last_doy()
generic simulation_datetime::date_range_t::advance_to_last_doy |
( |
class (date_range_t), intent(inout) | this | ) |
|
◆ days_from_origin()
generic simulation_datetime::date_range_t::days_from_origin |
( |
class (date_range_t), intent(inout) | this, |
|
|
type (datetime_t), intent(in) | datetime ) |
◆ days_from_origin_fn()
procedure simulation_datetime::date_range_t::days_from_origin_fn |
( |
class (date_range_t), intent(inout) | this, |
|
|
type (datetime_t), intent(in) | datetime ) |
◆ increment_by_one_day_sub()
procedure simulation_datetime::date_range_t::increment_by_one_day_sub |
( |
class (date_range_t), intent(inout) | this | ) |
|
◆ initialize()
generic simulation_datetime::date_range_t::initialize |
( |
class (date_range_t), intent(inout) | this, |
|
|
type (datetime_t), intent(inout) | start_date, |
|
|
type (datetime_t), intent(inout) | end_date ) |
◆ initialize_datetimes_sub()
procedure simulation_datetime::date_range_t::initialize_datetimes_sub |
( |
class (date_range_t), intent(inout) | this, |
|
|
type (datetime_t), intent(inout) | start_date, |
|
|
type (datetime_t), intent(inout) | end_date ) |
◆ percent_complete()
procedure simulation_datetime::date_range_t::percent_complete |
( |
class (date_range_t), intent(inout) | this | ) |
|
◆ set_curr_to_arbitrary_date_sub()
procedure simulation_datetime::date_range_t::set_curr_to_arbitrary_date_sub |
( |
class (date_range_t), intent(inout) | this, |
|
|
type (datetime_t), intent(in) | new_current_date ) |
◆ set_current_date()
generic simulation_datetime::date_range_t::set_current_date |
( |
class (date_range_t), intent(inout) | this, |
|
|
type (datetime_t), intent(in) | new_current_date ) |
◆ curr
type (datetime_t) simulation_datetime::date_range_t::curr |
◆ end
type (datetime_t) simulation_datetime::date_range_t::end |
◆ idayofsimulation
integer (c_int) simulation_datetime::date_range_t::idayofsimulation = 0 |
◆ idaysinmonth
integer (c_int) simulation_datetime::date_range_t::idaysinmonth |
◆ idaysinyear
integer (c_int) simulation_datetime::date_range_t::idaysinyear |
◆ idoy
integer (c_int) simulation_datetime::date_range_t::idoy |
◆ inumdaysfromorigin
integer (c_int) simulation_datetime::date_range_t::inumdaysfromorigin = 0 |
◆ iyearofsimulation
integer (c_int) simulation_datetime::date_range_t::iyearofsimulation = 1 |
◆ lisleapyear
logical (c_bool) simulation_datetime::date_range_t::lisleapyear |
◆ start
type (datetime_t) simulation_datetime::date_range_t::start |
The documentation for this type was generated from the following file: