The TAdrockAlarmList Component allows you to set an unlimited number of alarms each of which can have a very flexible format. The format can contain wildcards using the ? to match any position. The add method requires that the input format must follow HH:MM:SS but any of the HH, MM, or SS can contain a ? to match any number in these positions. ??:??:?? will trigger an event every second. ??:10:?? will trigger an event every second for any hour but only when the minutes = 10. E.G: 12:10:00 - 12:10:59, 01:10:00 - 01:10:59.