qtDateTime
 All Classes Functions Variables
qtdatetime::qtdt_f_millisecondstodaytime Interface Reference

Public Member Functions

type(qtdt_t_daytime) function qtdt_f_millisecondstodaytime8 (timeMS)
 

qtDT_F_MillisecondsToDayTime

Converts a time specification in milliseconds into a daytime type. More...
 
type(qtdt_t_daytime) function qtdt_f_millisecondstodaytime4 (timeMS)
 

Member Function/Subroutine Documentation

type (qtdt_t_daytime) function qtdt_f_millisecondstodaytime8 ( real (qtdt_k_real8), intent(in)  timeMS)

qtDT_F_MillisecondsToDayTime

Converts a time specification in milliseconds into a daytime type.

Usage:

tDayTime = qtDT_F_MillisecondsToDayTime( timeMS )  
Parameters
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)