getMilliseconds Summary Returns the milliseconds of the System.Date object according to local time. Usage public int getMilliseconds() Returns The milliseconds of the System.Date object according to local time. Description Returns the milliseconds of the System.Date object according to local time. Examples Basic Usage 1234import System; Date d = new Date(2011, Date.Month.FEB, 10, 5, 30, 59, 999);Console.log(d.getMilliseconds()); // 999 Share HTML | BBCode | Direct Link