[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, DateTime selEndDate ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetPeriodicView ( _ selDate As DateTime, _ selEndDate As DateTime _ ) As DataTable |
| Visual C++ |
|---|
public: static DataTable^ GetPeriodicView( DateTime selDate, DateTime selEndDate ) |
Parameters
- selDate
- Type: System..::.DateTime
The selected start date
- selEndDate
- Type: System..::.DateTime
The selected end date
