libsim  Versione6.3.0

◆ datetime_new_now()

type(datetime) function, public datetime_class::datetime_new_now ( integer, intent(in)  now)

Initialize a datetime object with the current system time.

Parametri
[in]nowselect the time for initialisation, datetime_utc for UTC (preferred) or datetime_local for local time

Definizione alla linea 841 del file datetime_class.F90.

841 !! unformatted files.
842 SUBROUTINE datetime_write_unit(this, unit)
843 TYPE(datetime),INTENT(in) :: this
844 INTEGER, INTENT(in) :: unit
845 
846 CALL datetime_vect_write_unit((/this/), unit)
847 
848 END SUBROUTINE datetime_write_unit
849 
850 

Generated with Doxygen.