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