Configuration..::..GetYearDetails Method

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.GeneralLedger
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public void GetYearDetails(
	DateTime MyDate,
	ref Configuration..::..YearTypes YearType,
	ref int YearNo,
	ref DateTime YearStartingDate,
	ref DateTime YearEndingDate
)
Public Sub GetYearDetails ( _
	MyDate As DateTime, _
	ByRef YearType As Configuration..::..YearTypes, _
	ByRef YearNo As Integer, _
	ByRef YearStartingDate As DateTime, _
	ByRef YearEndingDate As DateTime _
)
public:
void GetYearDetails(
	DateTime^ MyDate, 
	Configuration..::..YearTypes^% YearType, 
	int^% YearNo, 
	DateTime^% YearStartingDate, 
	DateTime^% YearEndingDate
)

Parameters

MyDate
Type: DateTime
YearType
Type: JiwaFinancials.Jiwa.JiwaApplication.GeneralLedger..::..Configuration..::..YearTypes%
YearNo
Type: Int32%
YearStartingDate
Type: DateTime%
YearEndingDate
Type: DateTime%