.TH "PX_TIME2STRING" "3" .SH "NAME" PX_time2string \(em Convert paradox time into formatted string .SH "SYNOPSIS" .PP #include .PP char * PX_time2string(pxdoc_t *pxdoc, long time, const char *format) .SH "DESCRIPTION" .PP Creates a string representation of a paradox time as specified in the parameter \fBformat\fR. The time must be either retrieved with \fBPX_get_data_long(3)\fP after calling \fBPX_get_record(3)\fP or by simply using the long value in the pxval_t struct as returned by \fBPX_retrieve_record(3)\fP. The function uses internally the \fBPX_timestamp2string(3)\fP function. The format string may contain all chars as documented with \fBPX_timestamp2string(3)\fP, though only those concerning the time will produce resonable results. .SH "RETURN VALUE" .PP Returns pointer to string on success and NULL on failure. .SH "SEE ALSO" .PP PX_timestamp2string(3), PX_date2string(3) .SH "AUTHOR" .PP This manual page was written by Uwe Steinmann uwe@steinmann.cx. .\" created by instant / docbook-to-man