Home
last modified time | relevance | path

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

/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/ofstd/libsrc/
H A Doftime.cxx399 double OFTime::getTimeInHours(const OFBool useTimeZone) const in getTimeInHours() function in OFTime
401 return getTimeInHours(Hour, Minute, Second, (useTimeZone) ? TimeZone : 0); in getTimeInHours()
420 double OFTime::getTimeInHours(const unsigned int hour, in getTimeInHours() function in OFTime
440 timeVal.setTimeInHours(getTimeInHours(OFTrue /*useTimeZone*/), 0 /*timeZone*/); in getCoordinatedUniversalTime()
453 … timeVal.setTimeInHours(getTimeInHours(OFTrue /*useTimeZone*/) + localTimeZone, localTimeZone); in getLocalTime()
/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/ofstd/include/
H A Doftime.h284 double getTimeInHours(const OFBool useTimeZone = OFFalse) const;
384 static double getTimeInHours(const unsigned int hour,
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/include/dcmtk/ofstd/
H A Doftime.h298 double getTimeInHours(const OFBool useTimeZone = OFFalse,
405 static double getTimeInHours(const unsigned int hour,
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/libsrc/
H A Doftime.cc516 double OFTime::getTimeInHours(const OFBool useTimeZone, in getTimeInHours() function in OFTime
519 return getTimeInHours(Hour, Minute, Second, (useTimeZone) ? TimeZone : 0, normalize); in getTimeInHours()
538 double OFTime::getTimeInHours(const unsigned int hour, in getTimeInHours() function in OFTime
558 timeVal.setTimeInHours(getTimeInHours(OFTrue /*useTimeZone*/), 0 /*timeZone*/); in getCoordinatedUniversalTime()
571 … timeVal.setTimeInHours(getTimeInHours(OFTrue /*useTimeZone*/) + localTimeZone, localTimeZone); in getLocalTime()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/tests/
H A Dtofdatim.cc83 OFCHECK_EQUAL(time2.getTimeInHours(), 12.25); in OFTEST()
111 OFCHECK_EQUAL(time1.getTimeInHours(OFTrue /*useTimeZone*/, OFFalse /*normalize*/), 3); in OFTEST()
202 COUT << "current time in hours: " << time1.getTimeInHours() << OFendl;