libsim Versione 7.2.1
|
◆ arrayof_datetime_append()
Quick method to append an element to the array. The return value is the position at which the element has been appended.
Definizione alla linea 1293 del file datetime_class.F90. 1294
1295res%iminuti = this%iminuti*n
1296res%month = this%month*n
1297
1298END FUNCTION timedelta_mult
1299
1300
1301ELEMENTAL FUNCTION timedelta_tlum(n, this) RESULT(res)
1302INTEGER,INTENT(IN) :: n
|