Searched defs:month (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/ |
| D | AmbiqApollo4_RTC.cs | 82 …public void SetDateTime(int? year = null, int? month = null, int? day = null, int? hours = null, i… in SetDateTime() 350 private BCDValueField month; field in Antmicro.Renode.Peripherals.Timers.AmbiqApollo4_RTC 463 …public void UpdateAlarm(AlarmRepeatIntervals interval, int month, int weekday, int day, int hour, … in UpdateAlarm()
|
| D | SAMD21_RTC.cs | 222 public uint month; field
|
| D | MAX32650_RTC.cs | 71 …public void SetDateTime(int? year = null, int? month = null, int? day = null, int? hour = null, in… in SetDateTime()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | Misc.cs | 1320 …public static DateTime With(this DateTime @this, int? year = null, int? month = null, int? day = n… in With()
|