qtDateTime
 All Classes Functions Variables
qtdatetime::qtdt_f_millisecondstotime Interface Reference

Public Member Functions

type(qtdt_t_time) function qtdt_f_millisecondstotime8 (timeMS)
 

qtDT_F_MillisecondsToTime

Converts 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)
 

Member Function/Subroutine Documentation

type (qtdt_t_time) function qtdt_f_millisecondstotime8 ( real (qtdt_k_real8), intent(in)  timeMS)

qtDT_F_MillisecondsToTime

Converts a time specification in milliseconds into a time type.

Usage:

tTime = qtDT_F_MillisecondsToTime( timeMS )  
Parameters
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)