libsim Versione 7.2.1
|
Quick method to append an element to the array. Continua...
Membri pubblici | |
integer function | arrayof_datetime_append (this, content) |
Quick method to append an element to the array. | |
Quick method to append an element to the array.
The return value is the position at which the element has been appended.
TYPE(arrayof_datetime)::this | array object to extend |
TYPE(datetime),INTENT(in)::content | object of TYPE TYPE(datetime) to append |
Definizione alla linea 616 del file datetime_class.F90.