month property
Gets the month component of the date represented by this instance.
Implementation
int get month {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_DateOnly_getMonth(
_handle,
errorHandler,
);
});
}