qtDateTime
|
Public Member Functions | |
type(qtdt_t_daytime) function | qtdt_f_millisecondstodaytime8 (timeMS) |
qtDT_F_MillisecondsToDayTimeConverts a time specification in milliseconds into a daytime type. More... | |
type(qtdt_t_daytime) function | qtdt_f_millisecondstodaytime4 (timeMS) |
type (qtdt_t_daytime) function qtdt_f_millisecondstodaytime8 | ( | real (qtdt_k_real8), intent(in) | timeMS | ) |
Usage:
tDayTime = qtDT_F_MillisecondsToDayTime( timeMS )
timeMS | : time in milliseconds |
Converts a time specification in milliseconds into a daytime type.
type (qtdt_t_daytime) function qtdt_f_millisecondstodaytime4 | ( | real (qtdt_k_real4), intent(in) | timeMS | ) |