Changeset 70896 in vbox
- Timestamp:
- Feb 7, 2018 11:18:51 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120722
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/time/time.cpp
r70895 r70896 982 982 * Work on minutes of the day. 983 983 */ 984 unsigned constcMinutesInDay = 24 * 60;984 int32_t const cMinutesInDay = 24 * 60; 985 985 int32_t iDayMinute = (unsigned)pTime->u8Hour * 60 + pTime->u8Minute; 986 986 iDayMinute += cAddend;
Note:
See TracChangeset
for help on using the changeset viewer.