Click or drag to resize

ActivityCheckFreeTime Method

Checks the free time.

Namespace:  Aloe.EnterpriseOne.Model.General.Contacts
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public bool CheckFreeTime(
	DateTime testStartTime,
	DateTime testEndTime,
	List<Guid> selectedToMove
)

Parameters

testStartTime
Type: SystemDateTime
testEndTime
Type: SystemDateTime
selectedToMove
Type: System.Collections.GenericListGuid

Return Value

Type: Boolean
See Also