Next: , Previous: , Up: Date And Time Library Functions   [Index]


7.14.3.22 x1f4_sink_lxdate

extern int x1f4_sink_lxdate
    (void *dxdate, time_t second, unsigned microsecond);

The x1f4_sink_lxdate sets the dxdatedate’ 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.