Struct Mcp7940n.PowerEvent
Represents a power event on a Mcp7940xx series device.
public struct Mcp7940n.PowerEvent
Properties
Day
Gets the day-of-the-month the event occurred on.
public readonly byte Day { get; }
Property Value
DayOfWeek
Gets the day-of-the-week the event occurred on.
public readonly DayOfWeek DayOfWeek { get; }
Property Value
Hour
Gets the hour the event occurred on.
public readonly byte Hour { get; }
Property Value
Minute
Gets the minute the event occurred on.
public readonly byte Minute { get; }
Property Value
Month
Gets the month the event occurred on.
public readonly byte Month { get; }