Click or drag to resize
LegacyTelogisServiceGetJobsForUnit Method
Print this page
Gets all the jobs assigned to the Unit at the given time period.

Namespace: Telogis.API
 
Syntax
public Job[] GetJobsForUnit(
	Unit unit,
	DateTime startTime,
	DateTime endTime
)

Parameters

unit
Type: Telogis.APIUnit
startTime
Type: SystemDateTime
endTime
Type: SystemDateTime

Return Value

Type: Job
See Also