mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Adding some time64 API functions
This commit is contained in:
@@ -674,6 +674,7 @@ Timespec xaccTransRetDateEnteredTS (const Transaction *trans);
|
||||
|
||||
/** Dates and txn-type for A/R and A/P "invoice" postings */
|
||||
Timespec xaccTransRetDateDueTS (const Transaction *trans);
|
||||
time64 xaccTransRetDateDueTime64 (const Transaction *trans);
|
||||
/** Dates and txn-type for A/R and A/P "invoice" postings */
|
||||
void xaccTransGetDateDueTS (const Transaction *trans, Timespec *ts);
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user