libsim  Versione 7.1.7

◆ timedelta_to_char()

elemental character(len=23) function timedelta_to_char ( type(timedelta), intent(in)  this)

Restituisce una rappresentazione carattere stampabile di un oggetto timedelta.

Definizione alla linea 1787 del file datetime_class.F90.

1788 
1789 ! minute present -> not good for conventional datetime
1790 if (c_e(this%minute)) return
1791 ! day, month and tendaysp present -> no good
1792 if (c_e(this%day) .and. c_e(this%month) .and. c_e(this%tendaysp)) return
1793 

Generated with Doxygen.