Gets the calendar view cell that corresponds to the specified DateTime and resource.
Namespace: MindFusion.Scheduling
File: Calendar.js
JavaScript Copy Code |
---|
function getTimeCell (time, [isEndTime, [resource]]) |
DateTime. The time to search for.
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. The resource to search for.
ViewCell. The cell that corresponds the specified DateTime and resource.