FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsExpressionMethods..::..HOURS_DIFF Method

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  cDevDecisionEngine (in cDevDecisionEngine.dll)

Syntax


protected int HOURS_DIFF(
	string oStartTime,
	string oEndTime
)
Protected Function HOURS_DIFF ( _
	oStartTime As String, _
	oEndTime As String _
) As Integer
protected:
int^ HOURS_DIFF(
	String^ oStartTime, 
	String^ oEndTime
)

Parameters

oStartTime
Type: String
oEndTime
Type: String