libtime++: Date and time calculation

◆ time_getdate()

void time_getdate ( timeint day,
timeint month,
time_Ts  Date 
)

Definition at line 36 of file ctime_getdate.c.

References time_Tu::array.

Referenced by libtime::TAbsoluteTime::getdate(), main(), testlibtime(), and time_sprint().

37 {
38  time_Tu *u;
39  extern int time_getdate__();
40  u=(time_Tu *)&Date;
41  time_getdate__(day, month, &u->array);
42 } /* time_getdate */
integer array[7]
Definition: libtime.h:136
Here is the caller graph for this function: