Wijmo UI for the Web
isAllDayEvent Method
wijmo.evcal Namespace > wijevcal type : isAllDayEvent Method
Event object or event id.
Tests to see if event duration is more or equals to one day.
Syntax
$(function () {
    var returnsValue; // Type:  bool
    // Parameters
    var id; // Type:  object
    
    returnsValue = $(".selector").wijevcal("isAllDayEvent", id);
});
function isAllDayEvent( 
   id : object
) : bool;

Parameters

id
Event object or event id.

Return Value

if event duration is more or equals to one day, return true
Example
var isAllDay = $("#wijevcal").wijevcal("isAllDayEvent", 
  "apptid_dynid1ts1320322142549");
See Also

Reference

wijevcal type
wijevcal jQuery Widget