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) 
var instance = new jQuery.wijmo.wijevcal();
var value; // Type: bool

// Parameters
var id; // Type:  object

value = instance.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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.