[This is preliminary documentation and is subject to change.]
Returns the periodic view on a datatable
Namespace:
OfficeClip.BusinessLayerAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
protected static DataTable GetPeriodicView( DateTime selDate, int numDays ) |
| Visual Basic (Declaration) |
|---|
Protected Shared Function GetPeriodicView ( _ selDate As DateTime, _ numDays As Integer _ ) As DataTable |
| Visual C++ |
|---|
protected: static DataTable^ GetPeriodicView( DateTime selDate, int numDays ) |
Parameters
- selDate
- Type: System..::.DateTime
The selected date
- numDays
- Type: System..::.Int32
Number of days
