day property

int day

Gets the day component of the date represented by this instance.

Implementation

int get day {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_DateOnly_getDay(_handle, errorHandler);
  });
}