libsim Versione 7.2.4

◆ arrayof_datetime_append()

integer function arrayof_datetime_append ( type(arrayof_datetime) this,
type(datetime), intent(in) content )

Quick method to append an element to the array.

The return value is the position at which the element has been appended.

Parametri
thisarray object to extend
[in]contentobject of TYPE TYPE(datetime) to append

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

Generated with Doxygen.