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

// Parameters
var date; // Type:  any
var msec; // Type:  any

value = instance.AddMilliseconds(date, msec);
Javascript (Specification) 
function AddMilliseconds( 
   date : any,
   msec : any
) : Date;

Parameters

date
msec
Browser Compatibility
7
5
5

See Also

Reference

DateTimeInfo type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.