Home
last modified time | relevance | path

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

/aoo4110/test/testuno/source/fvt/uno/sd/file/
H A DCheckFileProperties.java184 DateTime currentDateTime = new DateTime(); in getCurrentDateTime() local
185 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 7 milliseconds