libsim  Versione 7.2.1

◆ 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 990 del file datetime_class.F90.

991  IF (PRESENT(year)) THEN
992  if (c_e(year))then
993  this%month = this%month + year*12
994  else
995  this=timedelta_miss
996  return

Generated with Doxygen.