ComponentOne FlexPivot for WinForms
GetFiscalMonthRange(Object,Int32,Int32,String) Method

C1.DataEngine.4 Assembly > C1.FlexPivot Namespace > RangeInfo Class : GetFiscalMonthRange(Object,Int32,Int32,String) Method
A date value.
First month of fiscal year.
Shift of fiscal year.
Format
Returns month year by given value of System.DateTime type.
Syntax
'Declaration
 
Public Shared Function GetFiscalMonthRange( _
   ByVal value As System.Object, _
   ByVal fiscalYearFirstMonth As System.Integer, _
   ByVal fiscalYearShift As System.Integer, _
   ByVal format As System.String _
) As System.String
public static System.string GetFiscalMonthRange( 
   System.object value,
   System.int fiscalYearFirstMonth,
   System.int fiscalYearShift,
   System.string format
)

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

Reference

RangeInfo Class
RangeInfo Members