Wijmo UI for the Web
goToTime Method
Javascript date.
Scrolls view to time given by parameter time.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var time; // Type:  date
    
    returnsValue = $(".selector").wijevcal("goToTime", time);
});
Javascript (Specification) 
function goToTime( 
   time : date
) : any;

Parameters

time
Javascript date.
Example
$("#wijevcal").wijevcal("goToTime", new Date());
Browser Compatibility
7
5
5

See Also

Reference

wijevcal type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.