respectsDaylightSavings property

bool respectsDaylightSavings

Whether the time reference observes daylight savings.

Implementation

bool get respectsDaylightSavings {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_TimeReference_getRespectsDaylightSavings(
        _handle, errorHandler);
  });
}