[This is preliminary documentation and is subject to change.]
Gets the punch days for multiple users
Namespace:
OfficeClip.DBLayer.TEAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public DataSet GetPunchDaysByMultipleUsers( string users, DateTime startDate, DateTime endDate ) |
Visual Basic (Declaration) |
---|
Public Function GetPunchDaysByMultipleUsers ( _ users As String, _ startDate As DateTime, _ endDate As DateTime _ ) As DataSet |
Visual C++ |
---|
public: DataSet^ GetPunchDaysByMultipleUsers( String^ users, DateTime startDate, DateTime endDate ) |
Parameters
- users
- Type: System..::.String
- startDate
- Type: System..::.DateTime
- endDate
- Type: System..::.DateTime