libsim  Versione7.2.3

◆ datetime_write_unit()

subroutine datetime_write_unit ( type(datetime), intent(in)  this,
integer, intent(in)  unit 
)

This method writes on a Fortran file unit the contents of the object this.

The record can successively be read by the ::read_unit method. The method works both on formatted and unformatted files.

Parametri
[in]thisobject to be written
[in]unitunit where to write, it must be an opened Fortran file unit

Definizione alla linea 1206 del file datetime_class.F90.

1206 LOGICAL :: res
1207 
1208 res = (this%iminuti == that%iminuti .AND. this%month == that%month)
1209 
1210 END FUNCTION timedelta_eq

Generated with Doxygen.