day property
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,
);
});
}