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
time_norm
void time_norm(time_Ts *Pdate)
Definition:
ctime_norm.c:33
time_fullyear
void time_fullyear(timeint *year)
Definition:
ctime_fullyear.c:35
Here is the call graph for this function:
kernel
time_finish.f
Generated on Mon Aug 21 2023 17:36:10 for libtime++: Date and time calculation by
1.8.14