libsim Versione 7.1.11
|
◆ 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 1162 del file datetime_class.F90. 1163FUNCTION trim_timedelta_to_char(in) RESULT(char)
1164TYPE(timedelta),INTENT(IN) :: in ! value to be represented as CHARACTER
1165
1166CHARACTER(len=len_trim(timedelta_to_char(in))) :: char
|