It takes provided User ID and date as parameters and either returns existing Time Card Week record, or creates and returns new one matching these parameters.
Inheritance Hierarchy Namespace: CorrigoService.CommandsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public class GetTimeCardCommand : CommandRequest
<SerializableAttribute>
Public Class GetTimeCardCommand
Inherits CommandRequest
No code example is currently available or this language may not be supported.
The GetTimeCardCommand type exposes the following members.
Properties| | Name | Description |
|---|
 | BaseDate |
Date value defining time interval for Time Card. This doesn’t have to be a start of the week; application will automatically determine correct time interval containing BaseDate.
|
 | EmployeeId |
User ID. Together with BaseDate defines TimeCard entity which will be retrieved/created.
|
Top
See Also