mtime 1.2.2
|
Register a callback function and print mtime objects by this function. More...
Data Types | |
interface | finish_mtime |
interface | print_mtime |
Functions/Subroutines | |
subroutine, public | register_finish_mtime_procedure (finish_procedure) |
Adds a callback function (subroutine) for printing a string representation of a datetime or timedelta and finish the program. The callback function is required to have two string arguments, a leading text, and a message text. | |
Register a callback function and print mtime objects by this function.
subroutine, public mtime_print_by_callback::register_finish_mtime_procedure | ( | procedure(registered_finish_mtime_procedure) | finish_procedure | ) |
Adds a callback function (subroutine) for printing a string representation of a datetime or timedelta and finish the program. The callback function is required to have two string arguments, a leading text, and a message text.
[in] | message_procedure | a subroutine with two character(len=*) arguments. |