Wijmo UI for the Web
DaysInSpecialWeek Method
Syntax
Javascript (Usage) 
var instance = new wijmo.input.DateTimeInfo();
var value; // Type: any

// Parameters
var year; // Type:  any
var month; // Type:  any
var weekFlay; // Type:  any

value = instance.DaysInSpecialWeek(year, month, weekFlay);
Javascript (Specification) 
function DaysInSpecialWeek( 
   year : any,
   month : any,
   weekFlay : any
) : any;

Parameters

year
month
weekFlay
Browser Compatibility
7
5
5

See Also

Reference

DateTimeInfo type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.