The Arduino Reference text is licensed under a Creative Commons Attribution-Share Alike 3.0 License.
Find anything that can be improved? Suggest corrections and new documentation via GitHub.
Doubts on how to use Github? Learn everything you need to know in this tutorial.
Set the RTC Alarm day, month and year.
rtc.setAlarmDate(byte day, byte month, byte year)
day: the day value to be set.
month: the month value to be set.
year: the year value to be set.