Home
last modified time | relevance | path

Searched refs:currentDateTime (Results 1 – 1 of 1) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sd/file/
H A DCheckFileProperties.java194 DateTime currentDateTime = new DateTime(); in getCurrentDateTime() local
195 currentDateTime.Year = (short)ca.get(Calendar.YEAR); in getCurrentDateTime()
197 currentDateTime.Month = (short)(ca.get(Calendar.MONTH) + 1); in getCurrentDateTime()
198 currentDateTime.Day = (short)ca.get(Calendar.DATE); in getCurrentDateTime()
199 currentDateTime.Minutes = (short)ca.get(Calendar.MINUTE); in getCurrentDateTime()
200 currentDateTime.Hours = (short)ca.get(Calendar.HOUR_OF_DAY); in getCurrentDateTime()
201 currentDateTime.Seconds = (short)ca.get(Calendar.SECOND); in getCurrentDateTime()
203 return currentDateTime; in getCurrentDateTime()

Completed in 24 milliseconds