libsim Versione 7.2.6

◆ datetime_to_char()

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

Restituisce una rappresentazione carattere stampabile di un oggetto datetime.

Definizione alla linea 980 del file datetime_class.F90.

981
982ELSE IF (.not. present(year) .and. .not. present(month) .and. .not. present(day)&
983 .and. .not. present(hour) .and. .not. present(minute) .and. .not. present(sec)&
984 .and. .not. present(msec) .and. .not. present(isodate) &
985 .and. .not. present(simpledate) .and. .not. present(oraclesimdate)) THEN
986

Generated with Doxygen.