This method will get / set the milliseconds. To set millisecond it takes value from 0-999, if the range is beyond, then it will add to the seconds.
moment().millisecond(Number); moment().millisecond(); moment().milliseconds(Number); moment().milliseconds();
var m = moment().millisecond();
var m = moment().millisecond(555);