[This is preliminary documentation and is subject to change.]
Returns the datatable after loading the calendar daily view. Only time related
information is loaded.
Namespace:
OfficeClip.BusinessLayerAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public static DataTable GetDailyView( DateTime startDateTime, DateTime endDateTime ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetDailyView ( _ startDateTime As DateTime, _ endDateTime As DateTime _ ) As DataTable |
Visual C++ |
---|
public: static DataTable^ GetDailyView( DateTime startDateTime, DateTime endDateTime ) |
Parameters
- startDateTime
- Type: System..::.DateTime
The date and time for the start of the day.
- endDateTime
- Type: System..::.DateTime
The date and time for the end of the day.