Accounting Period: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
Call accountingPeriodService.GetFiscalYearPeriod(DateTime.Now) to get the year and period. | Call accountingPeriodService.GetFiscalYearPeriod(DateTime.Now) to get the year and period. | ||
<strong>Return to [[Programming Guide]]</strong> |
Latest revision as of 20:48, 3 October 2023
Some parameters consists of year and period.
Call accountingPeriodService.GetFiscalYearPeriod(DateTime.Now) to get the year and period.
Return to Programming Guide