libsim  Versione6.3.0

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

1319 
1320 END FUNCTION timedelta_divint
1321 
1322 
1323 ELEMENTAL FUNCTION timedelta_divtd(this, that) RESULT(res)
1324 TYPE(timedelta),INTENT(IN) :: this, that
1325 INTEGER :: res
1326 
1327 res = int(this%iminuti/that%iminuti)

Generated with Doxygen.