libsim  Versione6.3.0
Elenco di tutti i membri
Riferimenti per l'nterfacciadatetime_class::t2c

Functions that return a trimmed CHARACTER representation of the input variable. Continua...

Descrizione dettagliata

Functions that return a trimmed CHARACTER representation of the input variable.

The functions are analogous to to_char but they return representation of the input in a CHARACTER with a variable length, which needs not to be trimmed before use. The optional format here is not accepted and these functions are not ELEMENTAL so they work only on scalar arguments.

Parametri
in(datetime or timedelta) value to be represented as CHARACTER

Example of use:

type(datetime) :: t
...
WRITE(*,*)'The value provided is, '//t2c(t)'

Definizione alla linea 355 del file datetime_class.F90.


Generated with Doxygen.