Wijmo UI for the Web
isAllDayEvent Method
Event object or event id.
Tests to see if event duration is more or equals to one day.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  bool
    // Parameters
    var id; // Type:  object
    
    returnsValue = $(".selector").wijevcal("isAllDayEvent", id);
});
Javascript (Specification) 
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");
Browser Compatibility
7
5
5

See Also

Reference

wijevcal type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.