Enum TaxYearEnding
Enum representing a given tax year based on the last day of the tax year (i.e., 5 April 20xx).
public enum TaxYearEnding
- Extension Methods
Fields
Apr5_2019 = 2019
2018-2019
Apr5_2020 = 2020
2019-2020
Apr5_2021 = 2021
2020-2021
Apr5_2022 = 2022
2021-2022
Apr5_2023 = 2023
2022-2023
Apr5_2024 = 2024
2023-2024
MaxValue = 2024
Maximum value supported for TaxYearEnding
MinValue = 2019
Minimum value supported for TaxYearEnding
Unspecified = 0
No tax year specified
Remarks
This enumeration is updated each tax year to provide access to the forthcoming tax year.