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

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

value = instance.ConvertToGregorianYear(era, eraYear, strict);
Javascript (Specification) 
function ConvertToGregorianYear( 
   era : any,
   eraYear : any,
   strict : any
) : number;

Parameters

era
eraYear
strict
Browser Compatibility
7
5
5

See Also

Reference

DateTimeInfo type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.