libsim  Versione 7.1.9

◆ datetime_to_char()

elemental character(len=23) function datetime_to_char ( type(datetime), intent(in)  this)

Restituisce una rappresentazione carattere stampabile di un oggetto datetime.

Definizione alla linea 986 del file datetime_class.F90.

987  this=timedelta_miss
988 
989 ELSE
990  this%iminuti = 0
991  IF (PRESENT(year)) THEN
992  if (c_e(year))then

Generated with Doxygen.