FiscalYearName Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines which name to use for the fiscal year, the current calendar year or the next calendar year.
[System.Runtime.InteropServices.Guid("AF4756F4-E056-40df-8289-CD526E0D37F5")]
public enum FiscalYearName
[<System.Runtime.InteropServices.Guid("AF4756F4-E056-40df-8289-CD526E0D37F5")>]
type FiscalYearName =
Public Enum FiscalYearName
- Inheritance
-
FiscalYearName
- Attributes
Fields
Name | Value | Description |
---|---|---|
CalendarYearName | 0 | Uses the current calendar year name. |
NextCalendarYearName | 1 | Uses the next calendar year name. |