FiscalYearName Enum

Definition

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

CalendarYearName 0

Uses the current calendar year name.

NextCalendarYearName 1

Uses the next calendar year name.

Applies to