Ds3231AlarmTwo(Int32, TimeSpan, Ds3231AlarmTwoMatchMode) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of alarm 2 on the DS3231
public Ds3231AlarmTwo (int dayOfMonthOrWeek, TimeSpan alarmTime, Iot.Device.Rtc.Ds3231AlarmTwoMatchMode matchMode);
new Iot.Device.Rtc.Ds3231AlarmTwo : int * TimeSpan * Iot.Device.Rtc.Ds3231AlarmTwoMatchMode -> Iot.Device.Rtc.Ds3231AlarmTwo
Public Sub New (dayOfMonthOrWeek As Integer, alarmTime As TimeSpan, matchMode As Ds3231AlarmTwoMatchMode)
Parameters
- dayOfMonthOrWeek
- Int32
Day of month or day of week of the alarm. Which one it is depends on the match mode
- alarmTime
- TimeSpan
The time the alarm, Hour and Minute are used
- matchMode
- Ds3231AlarmTwoMatchMode
Mode to use to determine when to trigger the alarm