Wijmo UI for the Web
refreshDate Method
The date to be refreshed.
Refereshes a single date on the calendar.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijcalendar();
var value; // Type: any

// Parameters
var date; // Type:  date

value = instance.refreshDate(date);
Javascript (Specification) 
function refreshDate( 
   date : date
) : any;

Parameters

date
The date to be refreshed.
Browser Compatibility
7
5
5

See Also

Reference

wijcalendar type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.