Searched refs:unoTs (Results 1 – 1 of 1) sorted by relevance
278 final DateTime unoTs = (DateTime) obj; in getTimestamp() local279 final StringBuffer str = getDateString(unoTs.Year, unoTs.Month, unoTs.Day); in getTimestamp()281 str.append(getTimeString(unoTs.Hours, unoTs.Minutes, unoTs.Seconds)); in getTimestamp()283 str.append(unoTs.HundredthSeconds); in getTimestamp()
Completed in 13 milliseconds