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

// Parameters
var era; // Type:  any
var eraYear; // Type:  any
var month; // Type:  any

value = instance.GetValidDayRange(era, eraYear, month);
Javascript (Specification) 
function GetValidDayRange( 
   era : any,
   eraYear : any,
   month : any
) : any;

Parameters

era
eraYear
month
Browser Compatibility
7
5
5

See Also

Reference

DateTimeInfo type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.