libsim  Versione7.2.1

◆ timedelta_depop()

type(timedelta) function, public datetime_class::timedelta_depop ( type(timedelta), intent(in)  this)

Depopularize a timedelta object.

If the object represents a "popular" or mixed interval, a fixed interval representation is returned, by recomputing it on a standard period (starting from 1970-01-01); if it represents already a fixed interval, the same object is returned.

Parametri
[in]thisobject to be depopularized

Definizione alla linea 1827 del file datetime_class.F90.

1827 SUBROUTINE display_cyclicdatetime(this)
1828 TYPE(cyclicdatetime),INTENT(in) :: this
1829 
1830 print*,"CYCLICDATETIME: ",to_char(this)
1831 
1832 end subroutine display_cyclicdatetime
1833 
1834 
1835 #include "array_utilities_inc.F90"
1836 
1837 END MODULE datetime_class
1838 
Classi per la gestione delle coordinate temporali.

Generated with Doxygen.