Searched refs:currentDateTime (Results 1 – 1 of 1) sorted by relevance
184 DateTime currentDateTime = new DateTime(); in getCurrentDateTime() local185 currentDateTime.Year = (short)ca.get(Calendar.YEAR); in getCurrentDateTime()186 currentDateTime.Month = (short)ca.get(Calendar.MONTH); in getCurrentDateTime()187 currentDateTime.Day = (short)ca.get(Calendar.DATE); in getCurrentDateTime()188 currentDateTime.Minutes = (short)ca.get(Calendar.MINUTE); in getCurrentDateTime()189 currentDateTime.Hours = (short)ca.get(Calendar.HOUR); in getCurrentDateTime()190 currentDateTime.Seconds = (short)ca.get(Calendar.SECOND); in getCurrentDateTime()192 return currentDateTime; in getCurrentDateTime()
Completed in 14 milliseconds