Click or drag to resize

projectTimesheetEntrygetTimesheetsByEndDate Method

Searches for PJTIMHDR (timesheet) entries by employeeID and period end date

Namespace:  ctDynamicsSL.project.timeAndExpense.input
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[WebMethodAttribute(MessageName = "getTimesheetsByEndDate", Description = "Searches for PJTIMHDR (timesheet) entries by employeeID and period end date")]
public PJTIMHDR[] getTimesheetsByEndDate(
	string employeeID,
	DateTime pe_date
)

Parameters

employeeID
Type: SystemString
pe_date
Type: SystemDateTime

Return Value

Type: PJTIMHDR
See Also