Home
last modified time | relevance | path

Searched refs:DateTimeWithCustomWeekday (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Timers/
DDateTimeWithCustomWeekday.cs12 public class DateTimeWithCustomWeekday class
14 public static DateTimeWithCustomWeekday FromDateTime(DateTime dt) in FromDateTime()
16 return new DateTimeWithCustomWeekday in FromDateTime()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DRV8803_RTC.cs52 realTimeCounter.CurrentTime = DateTimeWithCustomWeekday.FromDateTime(dt);
375 currentTime = new DateTimeWithCustomWeekday(); in Reset()
379 public DateTimeWithCustomWeekday CurrentTime
530 private DateTimeWithCustomWeekday currentTime;