qtDateTime
|
Public Member Functions | |
type(qtdt_t_time) function | qtdt_f_millisecondstotime8 (timeMS) |
qtDT_F_MillisecondsToTimeConverts a time specification in milliseconds into a time type. More... | |
type(qtdt_t_time) function | qtdt_f_millisecondstotime4 (timeMS) |
type(qtdt_t_time) function | qtdt_f_millisecondstotimei (iTimeMS) |
type (qtdt_t_time) function qtdt_f_millisecondstotime8 | ( | real (qtdt_k_real8), intent(in) | timeMS | ) |
Usage:
tTime = qtDT_F_MillisecondsToTime( timeMS )
timeMS | : time in milliseconds |
Converts a time specification in milliseconds into a time type.
Please note that the time im milliseconds must be less than 2**31 (=2147483648; allowing for a resulting time of at most 596:31:23:647).
type (qtdt_t_time) function qtdt_f_millisecondstotime4 | ( | real (qtdt_k_real4), intent(in) | timeMS | ) |
type (qtdt_t_time) function qtdt_f_millisecondstotimei | ( | integer (qtdt_k_int4), intent(in) | iTimeMS | ) |