Wijmo UI for the Web
goToTime Method
Javascript date.
Scrolls view to time given by parameter time.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijevcal();
var value; // Type: any

// Parameters
var time; // Type:  date

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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.