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