Returns the value of the `integer_datetimes` configuration parameter.
(&self)
| 784 | |
| 785 | /// Returns the value of the `integer_datetimes` configuration parameter. |
| 786 | pub fn integer_datetimes(&self) -> bool { |
| 787 | *self.expect_value(&INTEGER_DATETIMES) |
| 788 | } |
| 789 | |
| 790 | /// Returns the value of the `intervalstyle` configuration parameter. |
| 791 | pub fn intervalstyle(&self) -> &IntervalStyle { |
nothing calls this directly
no test coverage detected