Search
Calendar.getTimeCell Method
See Also
 






Gets the calendar view cell that corresponds to the specified DateTime and resource.

Namespace: MindFusion.Scheduling
File: Calendar.js

 Syntax

JavaScript  Copy Code

function getTimeCell (time, [isEndTime, [resource]])

 Parameters

time

DateTime. The time to search for.

isEndTime
Optional.

Boolean. true if the index of the first interval is returned when the time is the boundary between two consecutive intervals;false if the index of the second interval is contained. The default is false.

resource
Optional.

Resource. The resource to search for.

 Return Value

ViewCell. The cell that corresponds the specified DateTime and resource.

 See Also