HistChgloadByTenantIdDate Method

Definition

Namespace: MbcsCentral.WinPM
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public static HistChg[] loadByTenantIdDate(
	int tenantId,
	DateTime startDate,
	DateTime endDate,
	string notCode = null
)

Parameters

tenantId  Int32
 
startDate  DateTime
 
endDate  DateTime
 
notCode  String  (Optional)
 

Return Value

HistChg

See Also