Searched refs:Second (Results 1 - 12 of 12) sorted by relevance

/haiku/src/tests/kits/support/
H A DDateTimeTest.cpp38 CPPUNIT_ASSERT_EQUAL(59, dateTime.Time().Second());
/haiku/src/preferences/time/
H A DBaseView.cpp70 second = time.Second();
109 fMessage.AddInt32("second", time.Second());
H A DDateTimeView.cpp188 fClock->SetTime(time.Hour(), time.Minute(), time.Second());
/haiku/src/kits/network/libnetservices/
H A DHttpTime.cpp152 expirationTm.tm_sec = fDate.Time().Second();
/haiku/src/kits/shared/
H A DDateTimeEdit.cpp235 message->AddInt32("second", fTime.Time().Second());
274 fTime.Time().Second()));
284 fTime.Time().Second()));
308 fTime.Time().Second()));
369 value = fTime.Time().Second();
/haiku/headers/private/kernel/platform/efi/
H A Druntime-services.h44 uint8_t Second; member in struct:__anon5
/haiku/src/kits/network/libnetservices2/
H A DHttpTime.cpp156 expirationTm.tm_sec = fDate.Time().Second();
/haiku/headers/os/support/
H A DDateTime.h63 int32 Second() const;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacbuffer.h196 UINT8 Second; member in struct:acpi_grt_info
288 /* Second 32-bit dword, bits 33:63 */
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp258 currentTime.Time().Minute(), currentTime.Time().Second());
275 currentTime.Time().Minute(), currentTime.Time().Second());
/haiku/src/tests/kits/locale/
H A DDateFormatTest.cpp362 stream << date.Second();
/haiku/src/kits/support/
H A DDateTime.cpp39 return 0 for Hour(), Minute(), Second() etc. This can represent midnight,
292 BTime::Second() const function in class:BPrivate::BTime
1408 tm_struct.tm_sec = fTime.Second();

Completed in 150 milliseconds