getUTCDate Summary Returns the day of the month of the System.Date object according to Coordinated Universal Time (UTC). Usage public int getUTCDate() Returns The day of the month of the System.Date object according to Coordinated Universal Time (UTC). Description Returns the day of the month of the System.Date object according to Coordinated Universal Time (UTC). Examples Basic Usage 1234import System; Date d = new Date(2011, Date.Month.FEB, 10);Console.log(d.getUTCDate()); // 10 Share HTML | BBCode | Direct Link