Processing math: 100%

palDd2tf

Convert an interval in days into hours, minutes, seconds

Description:

Convert and interval in days into hours, minutes, seconds.

Invocation

palDd2tf( int ndp, double days, char sign, int ihmsf[4] );

Arguments

ndp = int (Given)
Number of decimal places of seconds
days = double (Given)
Interval in days
sign = char (Returned)
+ or - (single character, not string)
ihmsf = int [4] (Returned)
Hours, minutes, seconds, fraction

Notes: