Home
last modified time | relevance | path

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

/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/time/
H A Ddate.h68 …unsigned long long GetTotalHours(CCalendar *calendar) const; /// gets the total amount of hours fo…
/dports/games/pioneer/pioneer-20210723/src/
H A DDateTime.h53 int64_t GetTotalHours() const { return (m_delta / Hour); } in GetTotalHours() function
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/time/
H A Ddate.cpp310 unsigned long long CDate::GetTotalHours(CCalendar *calendar) const in GetTotalHours() function in CDate
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/game/
H A Dgame.cpp1643 CDate::CurrentTotalHours = CurrentCampaign->StartDate.GetTotalHours(CCalendar::BaseCalendar); in CreateGame()
1651 …CDate::CurrentTotalHours = CCalendar::BaseCalendar->CurrentDate.GetTotalHours(CCalendar::BaseCalen… in CreateGame()