libsim Versione 7.2.6
|
◆ datetime_read_unit()
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.
Definizione alla linea 1156 del file datetime_class.F90. 1157
1158CALL getval(this, isodate=char)
1159
1160END FUNCTION timedelta_to_char
|