MindFusion.Scheduling for ASP.NET Programmer's Guide
Calendar.getAllDayCells Method
See Also
 





Gets the collection of all-day calendar cells in the Timetable view.

Namespace: MindFusion.Scheduling
Assembly: Calendar.js

 Syntax

JavaScript  Copy Code

function getAllDayCells ([startTime, [endTime, [resource]]])

 Parameters

startTime
Optional.

Type: DateTime
The start time of the range.

endTime
Optional.

Type: DateTime
The end time of the range.

resource
Optional.

Type: Object
The resource to search for.

 Return Value

Type: Array
The collection of all-day calendar cells in the Timetable view.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling Namespace