[This is preliminary documentation and is subject to change.]

Gets the punch days information in a dataset

Namespace:  OfficeClip.DBLayer.TE
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public DataSet GetPunchDays(
	int userId,
	DateTime startDate,
	DateTime endDate
)
Visual Basic (Declaration)
Public Function GetPunchDays ( _
	userId As Integer, _
	startDate As DateTime, _
	endDate As DateTime _
) As DataSet
Visual C++
public:
DataSet^ GetPunchDays(
	int userId, 
	DateTime startDate, 
	DateTime endDate
)

Parameters

userId
Type: System..::.Int32
startDate
Type: System..::.DateTime
endDate
Type: System..::.DateTime

Return Value

See Also