This flat structure is ideal for memory-constrained ATtiny85 projects or when you need raw integers for logic comparisons without getter overhead.
You can then read the alarm flag with myRTC.checkIfAlarm1() and clear it. This is critical for low-power projects that wake the Arduino only when needed. virtuabotixrtch arduino library