libsim Versione 7.2.4

◆ timedelta_to_char()

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

Restituisce una rappresentazione carattere stampabile di un oggetto timedelta.

Definizione alla linea 1781 del file datetime_class.F90.

1782
1783! no cyclicdatetime present -> year=1001 : yearly values (no other time dependence)
1784if ( .not. c_e(this)) then
1785 dtc=datetime_new(year=1007, month=1, day=1, hour=1, minute=1)
1786 return
1787end if

Generated with Doxygen.