Configuration..::..GetPeriodDetails Method (Int32, Int32, String%, DateTime%, Boolean%, Boolean%)

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

Syntax


public void GetPeriodDetails(
	int YearNo,
	int PeriodNo,
	ref string PeriodName,
	ref DateTime PeriodStartDate,
	ref bool ExternalLocked,
	ref bool GlobalLocked
)
Public Sub GetPeriodDetails ( _
	YearNo As Integer, _
	PeriodNo As Integer, _
	ByRef PeriodName As String, _
	ByRef PeriodStartDate As DateTime, _
	ByRef ExternalLocked As Boolean, _
	ByRef GlobalLocked As Boolean _
)
public:
void GetPeriodDetails(
	int^ YearNo, 
	int^ PeriodNo, 
	String^% PeriodName, 
	DateTime^% PeriodStartDate, 
	bool^% ExternalLocked, 
	bool^% GlobalLocked
)

Parameters

YearNo
Type: Int32
PeriodNo
Type: Int32
PeriodName
Type: String%
PeriodStartDate
Type: DateTime%
ExternalLocked
Type: Boolean%
GlobalLocked
Type: Boolean%