LockboxHistoryloadByDateRange Method

Definition

Namespace: MbcsCentral.WinPM
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public static LockboxHistory[] loadByDateRange(
	DateTime from,
	DateTime to,
	int type,
	bool monthOnly
)

Parameters

from  DateTime
 
to  DateTime
 
type  Int32
 
monthOnly  Boolean
 

Return Value

LockboxHistory

See Also