FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTenant..::..hasActivity Method

Determines whether the specified o start date has activity.

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

Syntax


public bool hasActivity(
	DateTime oStartDate,
	DateTime oEndDate
)
Public Function hasActivity ( _
	oStartDate As DateTime, _
	oEndDate As DateTime _
) As Boolean
public:
bool^ hasActivity(
	DateTime^ oStartDate, 
	DateTime^ oEndDate
)

Parameters

oStartDate
Type: DateTime
The o start date.
oEndDate
Type: DateTime
The o end date.

Return Value

bool.