libsim Versione 7.2.6

◆ timedelta_depop()

type(timedelta) function, public 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 1816 del file datetime_class.F90.

1817TYPE(cyclicdatetime),INTENT(IN) :: in ! value to be represented as CHARACTER
1818
1819CHARACTER(len=len_trim(cyclicdatetime_to_char(in))) :: char
1820
1821char=cyclicdatetime_to_char(in)
1822
1823END FUNCTION trim_cyclicdatetime_to_char
1824
1825
1826
1827SUBROUTINE display_cyclicdatetime(this)
1828TYPE(cyclicdatetime),INTENT(in) :: this

Generated with Doxygen.