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
Syntaxpublic bool CheckFreeTime(
DateTime testStartTime,
DateTime testEndTime,
List<Guid> selectedToMove
)
Public Function CheckFreeTime (
testStartTime As DateTime,
testEndTime As DateTime,
selectedToMove As List(Of Guid)
) As Boolean
public:
bool CheckFreeTime(
DateTime^ testStartTime,
DateTime^ testEndTime,
List<Guid^>^ selectedToMove
)
member CheckFreeTime :
testStartTime : DateTime *
testEndTime : DateTime *
selectedToMove : List<Guid> -> bool
Parameters
- testStartTime
- Type: SystemDateTime
- testEndTime
- Type: SystemDateTime
- selectedToMove
- Type: System.Collections.GenericListGuid
Return Value
Type:
Boolean
See Also