Home
last modified time | relevance | path

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

/aoo41x/main/connectivity/source/commontools/
H A Ddbconversion.cxx453 static sal_Unicode sTimeSep = ':'; in toTime() local
460 nHour = (sal_uInt16)_sSQLString.getToken(0,sTimeSep,nIndex).toInt32(); in toTime()
463 nMinute = (sal_uInt16)_sSQLString.getToken(0,sTimeSep,nIndex).toInt32(); in toTime()
466 nSecond = (sal_uInt16)_sSQLString.getToken(0,sTimeSep,nIndex).toInt32(); in toTime()

Completed in 10 milliseconds