[This is preliminary documentation and is subject to change.]
Gets the punch history
Namespace:
OfficeClip.DBLayer.TEAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public DataSet GetPunchHistory( int userId, DateTime startDate, DateTime endDate ) |
Visual Basic (Declaration) |
---|
Public Function GetPunchHistory ( _ userId As Integer, _ startDate As DateTime, _ endDate As DateTime _ ) As DataSet |
Visual C++ |
---|
public: DataSet^ GetPunchHistory( int userId, DateTime startDate, DateTime endDate ) |
Parameters
- userId
- Type: System..::.Int32
- startDate
- Type: System..::.DateTime
- endDate
- Type: System..::.DateTime