C1.PivotEngine Assembly / C1.PivotEngine Namespace / RangeInfo Class / GetFiscalMonthRange(Object,Int32,Int32,String) Method
A date value.
First month of fiscal year.
Shift of fiscal year.
Format

In This Topic
GetFiscalMonthRange(Object,Int32,Int32,String) Method
In This Topic
Returns month year by given value of System.DateTime type.
Syntax
'Declaration
 
Public Shared Function GetFiscalMonthRange( _
   ByVal value As Object, _
   ByVal fiscalYearFirstMonth As Integer, _
   ByVal fiscalYearShift As Integer, _
   ByVal format As String _
) As String
 

Parameters

value
A date value.
fiscalYearFirstMonth
First month of fiscal year.
fiscalYearShift
Shift of fiscal year.
format
Format

Return Value

Fiscal month
Remarks
For internal using.
See Also