This method reads from a Fortran file unit the contents of the object this.
The record to be read must have been written with the ::write_unit method. The method works both on formatted and unformatted files.
- Parametri
-
| this | object to be read |
[in] | unit | unit from which to read, it must be an opened Fortran file unit |
Definizione alla linea 1174 del file datetime_class.F90.
1175 TYPE(timedelta),
INTENT(IN) :: this
1176 INTEGER(kind=int_ll) :: timedelta_getamsec
1178 timedelta_getamsec = this%iminuti
1180 END FUNCTION timedelta_getamsec
1188 FUNCTION timedelta_depop(this)
1189 TYPE(timedelta),
INTENT(IN) :: this
1190 TYPE(timedelta) :: timedelta_depop
1192 TYPE(datetime) :: tmpdt