[This is preliminary documentation and is subject to change.]
Gets the periodic view for timesheet and expense reports
Namespace:
OfficeClip.BusinessLayerAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public static DataTable GetPeriodicView( DateTime selDate, 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
- Type: System..::.DateTime
The selected start date
- tp
- Type: OfficeClip.BusinessLayer..::.BusinessConstants..::.TimesheetPeriod
The time period, this could be weekly, biweekly, semimonthly or monthly