libsim Versione 7.1.11
|
◆ timedelta_depop()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.
Definizione alla linea 1822 del file datetime_class.F90. 1823END FUNCTION trim_cyclicdatetime_to_char
1824
1825
1826
1827SUBROUTINE display_cyclicdatetime(this)
1828TYPE(cyclicdatetime),INTENT(in) :: this
1829
1830print*,"CYCLICDATETIME: ",to_char(this)
1831
1832end subroutine display_cyclicdatetime
1833
1834
|