Skip to content

Instantly share code, notes, and snippets.

@shinchit
Created September 5, 2019 23:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shinchit/a4103c6a29161f4f965104eef5635028 to your computer and use it in GitHub Desktop.
Save shinchit/a4103c6a29161f4f965104eef5635028 to your computer and use it in GitHub Desktop.
Period fiscalLastYearPeriod = FiscalYearCalculation.getLastFiscalYearPeriod();
Date fiscalLastYearStartDate = fiscalLastYearPeriod.StartDate;
Date fiscalLastYearEndDate = fiscalLastYearPeriod.EndDate;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment