[This is preliminary documentation and is subject to change.]
Gets the periodic view for timesheet and expense reports
Namespace: OfficeClip.BusinessLayer
Assembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer.dll)
Version: 7.3.2.0
Syntax
| C# |
|---|
public static DataTable GetPeriodicView( DateTime selDate, BusinessConstants.BusinessConstants..::TimesheetPeriod tp ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetPeriodicView ( _ selDate As DateTime, _ tp As BusinessConstants..::TimesheetPeriod _ ) As DataTable |
| Visual C++ |
|---|
public: static DataTable^ GetPeriodicView ( DateTime selDate, BusinessConstants..::TimesheetPeriod tp ) |
Parameters
- selDate
- DateTime
The selected start date
- tp
- BusinessConstants..::TimesheetPeriod
The time period, this could be weekly, biweekly, semimonthly or monthly
Return Value
The datatable returns the following values Dt - The date in question, Desc1 - the day in question, Desc2 - The month in question, Hr - 0 (fixed value)
See Also
Utility Class
OfficeClip.BusinessLayer Namespace
