libsim  Versione 7.2.4

◆ arrayof_datetime_append()

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

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 1303 del file datetime_class.F90.

1304 TYPE(timedelta) :: res
1305 
1306 res%iminuti = this%iminuti*n
1307 res%month = this%month*n
1308 
1309 END FUNCTION timedelta_tlum
1310 
1311 
1312 ELEMENTAL FUNCTION timedelta_divint(this, n) RESULT(res)

Generated with Doxygen.