minutes property

int minutes

Gets the minutes component of the time zone offset represented by this instance.

Implementation

int get minutes {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_TimeZoneOffset_getMinutes(
      _handle,
      errorHandler,
    );
  });
}