dm_time_delta_to_string Function

public function dm_time_delta_to_string(time_delta, days, hours, minutes, seconds) result(str)

Converts time_delta_type to string of format [d days ][h hours ][m mins ][s secs].

Arguments

Type IntentOptional Attributes Name
type(time_delta_type), intent(inout) :: time_delta

Time delta type.

logical, intent(in), optional :: days

Write days, .true. by default.

logical, intent(in), optional :: hours

Write hours, .true. by default.

logical, intent(in), optional :: minutes

Write minutes, .true. by default.

logical, intent(in), optional :: seconds

Write seconds, .true. by default.

Return Value character(len=:), allocatable


Calls

proc~~dm_time_delta_to_string~~CallsGraph proc~dm_time_delta_to_string dm_time_delta_to_string interface~dm_itoa dm_itoa proc~dm_time_delta_to_string->interface~dm_itoa

Called by

proc~~dm_time_delta_to_string~~CalledByGraph proc~dm_time_delta_to_string dm_time_delta_to_string proc~dm_html_beat dm_html_beat proc~dm_html_beat->proc~dm_time_delta_to_string proc~dm_html_beats dm_html_beats proc~dm_html_beats->proc~dm_time_delta_to_string