Next: x1f4_slip_lxdate, Previous: x1f4_push_lxtime, Up: Date And Time Library Functions [Index]
extern int x1f4_sink_lxdate
(void *dxdate, time_t second, unsigned microsecond);
The x1f4_sink_lxdate sets the dxdate ‘date’ object as
second seconds and microsecond microseconds. microsecond
should be less then 1000000. second is the time since Epoch, the same
as obtained by time(2).
The function returns 0.