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);
});
}
Gets the month component of the date represented by this instance.
int get month {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_DateOnly_getMonth(_handle, errorHandler);
});
}