OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Weekday
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
date.h
90
// Given the number of days since the epoch, computes the
weekday
.
92
int
Weekday
(int days) {
160
int week_day =
Weekday
(DaysFromYearMonth(year, 0));
/external/v8/src/
date.h
90
// Given the number of days since the epoch, computes the
weekday
.
92
int
Weekday
(int days) {
160
int week_day =
Weekday
(DaysFromYearMonth(year, 0));
Completed in 174 milliseconds