libtime++: Date and time calculation

◆ time_finish()

subroutine time_finish ( integer, dimension(7)  date)

Definition at line 31 of file time_finish.f.

References time_fullyear(), and time_norm().

31 c
32 c Finish setting of absolute time value. This routine is senseless
33 c in combination with relative time values (year=0). This routine just calls
34 c time_fullyear on the year value and than time_norm for the whole record.
35 c
36 c input/output:
37 c date: absolute time record to be regularized
38 c
39 c last change: V2.00 (05/08/2000)
40 c
41  integer date(7)
42 cE
43  call time_fullyear(date(1))
44  call time_norm(date)
45  return
void time_norm(time_Ts *Pdate)
Definition: ctime_norm.c:33
void time_fullyear(timeint *year)
Here is the call graph for this function: