| 210 | } |
| 211 | |
| 212 | static inline TimestampValue GetMinValue() { |
| 213 | return TimestampValue( |
| 214 | boost::gregorian::date(boost::date_time::min_date_time), |
| 215 | boost::posix_time::time_duration(0, 0, 0, 0)); |
| 216 | } |
| 217 | |
| 218 | static inline TimestampValue GetMaxValue() { |
| 219 | return TimestampValue( |
nothing calls this directly
no test coverage detected