wijmo.input Namespace > DateTimeInfo type : Long2Date Method |
Javascript (Usage) | |
---|---|
var instance = new wijmo.input.DateTimeInfo(); var returnValue; // Type: Date // Parameters var value; // Type: any returnValue = instance.Long2Date(value); |
Javascript (Specification) | |
---|---|
function Long2Date( value : any ) : Date; |