| 82 | int week_of_year, int day_of_week); |
| 83 | |
| 84 | bool IsValid() const { |
| 85 | return days_since_epoch_ != INVALID_DAYS_SINCE_EPOCH; |
| 86 | } |
| 87 | |
| 88 | /// If this DateValue instance is valid, return the string representation formatted as |
| 89 | /// 'yyyy-MM-dd'. |
no outgoing calls