| WSTime Class |  | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class WSTime : BaseService
The WSTime type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | GetTimePunchState | Returns a GetTimePunchStateOut response with a result model List<GetTimePunchStateModel> | 
|   | UpdateUserTimePunch | Updates a Punch that already exists in the system and returns a UpdateUserTimePunchOut response with a result model List<UpdateUserTimePunchResult> | 
 Remarks
Remarks|  Note | 
|---|
| Business Rules: Punching in and out is the core of the time-web system. The WSTime class encapsulate the needed methods/operations to interact with a users time entry. Users can be assigned to different preferences and policies. These policies are what will affect the results of a users time entry into the system. Setup: Employee > Dashboard Manager > Time Cards | 
 See Also
See Also